Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiGetLicenseInfoFromLicenseKey (SdaiString licenseKey, SdaiString SdaiLicenseInfo *productName,licenseInfo); |
This function retrieves the server license information. The result is placed within the following struct. When the returned struct “licenseInfo” is not needed anymore it should be freed by calling “edmiFree(licenseInfo)
Code Block | ||
---|---|---|
| ||
typedef struct _tSdaiLicenseInfo { SdaiString productName; SdaiString *version, version; SdaiInteger *licenseId, licenseId; SdaiString *licenseType, licenseType; SdaiInteger *expiryYear, ; SdaiInteger *expiryMonth,; SdaiInteger *expiryDay, ; SdaiString *operatingSystem, operatingSystem; SdaiInteger *licenseOptions, licenseOptions; SdaiInteger *numberOfApplicationServers,; SdaiInteger *numberOfNamedUsers, numberOfNamedUsers; SdaiString *macAddress)systemId; } tSdaiLicenseInfo; typedef |
...
tSdaiLicenseInfo *SdaiLicenseInfo; |
Arguments
...
Type | Name | Comment |
SdaiString | licenseKey | license key string |
SdaiStringSdaiLicenseInfo | productName | Optional - The product name |
SdaiString | version | Optional - EDMserver version number |
SdaiInteger | licenseId | Optional - license ID |
SdaiString | licenseType | Optional - one of the followings
|
SdaiInteger | expiryYear | Optional - license year of expiration |
SdaiInteger | expiryMonth | Optional - license month of expiration |
SdaiInteger | expiryDay | Optional - license day of expiration |
SdaiString | operatingSystem | Optional - one of the following
|
SdaiInteger | licenseOptions | Optional - one of the following
|
SdaiInteger | numberOfApplicationServers | Optional - number of EDMappServer allowed by the license |
SdaiInteger | numberOfNamedUsers | Optional - number of EDMusers allowed by the license |
licenseInfo | Structure containing the results |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...
Example
...
Code Block | ||
---|---|---|
| ||
<example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
...