Description

Used to install a software key that was rehosted from another computer. The computer where the installation is performed must have access to the Guardant Station licensing server.

To extract the key on the donor computer, it is necessary to use the GrdLicenseExtractForRehost() function.

Syntax

int GRD_API GrdLicenseRehost(const char* host,
							 grd_uint32 port,
                             const void* donorLicense,
							 grd_uint32 donorLicenseSize);

Parameters

host

Pointer to a string buffer containing the address of the Guardant license activation server.

port
Guardant license activation server port
donorLicense

Pointer to a buffer containing key data rehosted from another computer

donorLicenseSize

Size (in bytes) of the donorLicense buffer

Return values

GRD_OK

GRD_INVALID_PARAMETER

  • No labels