edmiGetLicenseInfoFromLicenseKey

EdmiError   edmiGetLicenseInfoFromLicenseKey  (SdaiString             licenseKey,
                                               SdaiLicenseInfo       *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)

 typedef struct _tSdaiLicenseInfo {
    SdaiString           productName;
    SdaiString           version;
    SdaiInteger          licenseId;
    SdaiString           licenseType;
    SdaiInteger          expiryYear;
    SdaiInteger          expiryMonth;
    SdaiInteger          expiryDay;
    SdaiString           operatingSystem;
    SdaiInteger          licenseOptions;
    SdaiInteger          numberOfApplicationServers;
    SdaiInteger          numberOfNamedUsers;
    SdaiString           systemId;
} tSdaiLicenseInfo;
typedef tSdaiLicenseInfo *SdaiLicenseInfo;

Arguments


 

TypeNameComment
SdaiStringlicenseKeylicense key string
SdaiLicenseInfolicenseInfoStructure containing the results

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.

 

Options


  

 

Example


 

 <example>

 

See also

Filter by label

There are no items with the selected labels at this time.