Description

Checks if the serial number used to obtain the license is blocked.

Syntax

function GrdLicenseCheckIsNotBanned(
  licenseId: grd_uint32;
  host: PAnsiChar;
  port: grd_uint32): Integer; stdcall;

Parameters

licenseId
Unique license identifier
host
Pointer to a string buffer containing the address of the Guardant license activation server
port
Guardant license activation server port

Return values

GRD_OK

GRD_INVALID_PARAMETER

GRD_INVALID_LICENSE

SMP_SRV_ERROR_SERIAL_IS_BANNED

GRD_REQUEST_FAILED

GRD_GET_RESPONSE_FAILED

GRD_SERVER_NOT_FOUND

GRD_INCORRECT_RESPONSE_DATA

GRD_INTERNAL_ERROR

  • No labels