Description
Activates the Guardant DL software license on the user's computer.
Syntax
int GRD_API GrdLicenseActivate(const char* serialNumber,
const char* host,
grd_uint32 port,
const GrdCustomerInfo* customerInfo,
grd_uint32* outLicenseId);
Parameters
serialNumber | Pointer to a string buffer containing the serial number |
host | Pointer to a string buffer containing the address of the Guardant license activation server |
port | Guardant license activation server port |
customerInfo [optional] | Pointer to a structure of the GrdCustomerInfo type for transmitting information about the customer who activated the key to the Guardant Station server |
outLicenseId [optional] | Pointer to a variable to receive the LicenseId of the activated key |