Description

Gets information about all available licenses according to the specified search parameters. To save the data about available licenses, the function allocates memory. To free the allocated memory, call the GrdFree method.

Syntax

public static unsafe Status GrdGetLicenseInfo(string visibility, 
											  VendorCodes codes, 
											  out string licenses)

Parameters

visibility

JSON search parameters defining the scope of the license search, see the visibility structure description for details

codes
Access codes assigned via the GrdVendorCodes structure
licenses
Pointer to the returned list of license information in JSON format

Return values

GRD_OK

GRD_FEATURE_NOT_FOUND

GRD_INVALID_PARAMETER

  • No labels