You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

public unsafe Status GetInfo(out string licenseInfo)

Parameters

licenseInfo

The list as a string with feature information in JSON format

Return values

GRD_OK

GRD_INVALID_HANDLE

  • No labels