ST_CheckLicense
Structure with license information
TYPE ST_CheckLicense :
STRUCT
stLicenseId : GUID;
tExpirationTime : TIMESTRUCT;
sExpirationTime : STRING(80);
eResult : E_LicenseHResult;
nCount : UDINT;
END_STRUCT
END_TYPE
Name | Description |
---|---|
stLicenseId | License ID |
tExpirationTime | Expiry date |
sExpirationTime | Expiry date |
eResult | License status (see E_LicenseHResult) |
nCount | Number of instances for this license (0=unlimited) |