Description

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

Syntax

int GRD_API GrdLicenseCheckIsNotBanned(grd_uint32 licenseId, 
									   const char* host, 
									   grd_uint32 port);

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