Description
Used for Offline activation mode. On a user's computer without Internet access, it installs a license using a previously received response from the Guardant license server. The response is prepared using the GrdLicenseSendActivationRequest() or GrdLicenseSendUpdateRequest() function.
Syntax
int GRD_API GrdLicenseInstall(const void* response, grd_uint32 responseSize);
Parameters
response | Pointer to the response buffer from the activation server |
responseSize | The size (in bytes) of the server response buffer |