Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiGetLicenseInfoFromLicenseKey(SdaiString licenseKey, SdaiString *productName, SdaiString *version, SdaiInteger *licenseId, SdaiString *licenseType, SdaiInteger *expiryYear, SdaiInteger *expiryMonth, SdaiInteger *expiryDay, SdaiString *operatingSystem, SdaiInteger *licenseOptions, SdaiInteger *numberOfApplicationServers, SdaiInteger *numberOfNamedUsers, SdaiString *macAddress); |
<Description>This function retrieves the server license information; All optional parameters can be NULL
Arguments
...
Type | Name | Comment |
SdaiString | licenseKey | license key string |
SdaiString | productName | Optional - The product name |
SdaiString | version | Optional - EDMserver version number |
SdaiInteger | licenseId | Optional - license ID |
SdaiString | licenseType | Optional - license type |
SdaiInteger | expiryYear | Optional - license year of expiration |
SdaiInteger | expiryMonth | Optional - license month of expiration |
SdaiInteger | expiryDay | Optional - license day of expiration |
SdaiString | operatingSystem | Optional - OS that the system is installed on |
SdaiInteger | licenseOptions | Optional - license options |
SdaiInteger | numberOfApplicationServers | Optional - number of EDMappServer allowed by the license |
SdaiInteger | numberOfNamedUsers | Optional - number of EDMusers allowed by the license |
...