CheckLicenseResult
[ Enumeration ]
export enum CheckLicenseResult {
S_VALID = 0x00000000,
S_PENDING = 0x00000203,
E_LICENSENOTFOUND = -0x18110724,
E_LICENSEEXPIRED = -0x18110725,
E_LICENSEEXCEEDED = -0x18110726,
E_LICENSEINVALID = -0x18110727,
E_LICENSESYSTEMID = -0x18110728,
E_LICENSENOTIMELIMIT = -0x18110729,
E_LICENSEFUTUREISSUE = -0x1811072a,
E_LICENSETIMETOLONG = -0x1811072b
}
Values
Name | Value | Description |
---|---|---|
S_VALID | 0x00000000 | License is valid. |
S_PENDING | 0x00000203 | License is a trial license with limited validity period. For example, if generated via the system manager. |
E_LICENSENOTFOUND | -0x18110724 | License cannot be found. License ID is unknown. |
E_LICENSEEXPIRED | -0x18110725 | License expired. |
E_LICENSEEXCEEDED | -0x18110726 | License number exceeded. |
E_LICENSEINVALID | -0x18110727 | License is invalid. |
E_LICENSESYSTEMID | -0x18110728 | Invalid system ID. |
E_LICENSENOTIMELIMIT | -0x18110729 | License not time limited |
E_LICENSEFUTUREISSUE | -0x1811072a | The time of license validity is in the future. |
E_LICENSETIMETOLONG | -0x1811072b | Period too long. |
Available from version 1.12.744.2 |