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

Compare with Current View Page History

« Previous Version 3 Current »

Description

Uses 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

function GrdLicenseInstall(
  response: Pointer;
  responseSize: grd_uint32): Integer; stdcall;

Parameters

response
Pointer to the response buffer from the activation server
responseSize
The size (in bytes) of the server response buffer

Return values

GRD_OK

GRD_FILE_CREATION_ERROR

GRD_INVALID_PARAMETER

  • No labels