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
function GrdFeatureGetInfo( handle: GrdHandle; outLicenseInfo: PPointer): Integer; stdcall;
Parameters
handle | Session handle |
outLicenseInfo | Pointer to the returned list of information about a specific license in JSON format |