|
HRESULT IKlAkLicense::GetKeyData |
( |
[in] BSTR |
bstrSerial, |
|
|
[out, retval] IKlAkParams ** |
ppInfo |
|
) |
|
|
Return key attributes.
Returns license key attributes.
- Parameters:
-
bstrSerial |
license key serial number |
- Return values:
-
ppInfo |
Key data, contains following attributes
- KLLIC_APP_ID
- KLLIC_PROD_SUITE_ID
- KLLIC_CREATION_DATE
- KLLIC_LIMIT_DATE
- KLLIC_SERIAL
- KLLIC_PROD_NAME
- KLLIC_KEY_TYPE
- KLLIC_MAJ_VER
- KLLIC_LICENSE_PERIOD
- KLLIC_LIC_COUNT
- KLLICSRV_KEY_INSTALLED,
- KLLIC_LICINFO
- KLLIC_SUPPORT_INFO
- KLLIC_CUSTOMER_INFO
|
See also How to see contents of
the IKlAkParams container.
|