Description

Gets information about the Feature that is logged in using the GrdFeatureLogin() function. To save the license data, the function allocates memory. To free the allocated memory, call the GrdFree() function.

Syntax

int GRD_API GrdFeatureGetInfo(GrdHandle handle, 
							  char** outLicenseInfoJson);

Parameters

handle
Session handle
outLicenseInfo

Pointer to the returned list of information about a specific license in JSON format

Return values

GRD_OK

GRD_INVALID_HANDLE

  • No labels