Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
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

...

 

TypeNameComment
SdaiStringlicenseKeylicense key string
SdaiStringproductNameOptional  - The product name
SdaiStringversionOptional - EDMserver version number
SdaiIntegerlicenseIdOptional - license ID
SdaiStringlicenseTypeOptional - license type
SdaiIntegerexpiryYearOptional - license year of expiration 
SdaiIntegerexpiryMonthOptional - license month of expiration 
SdaiIntegerexpiryDayOptional  - license day of expiration
SdaiStringoperatingSystemOptional - OS that the system is installed on
SdaiIntegerlicenseOptionsOptional - license options
SdaiIntegernumberOfApplicationServersOptional - number of EDMappServer allowed by the license
SdaiIntegernumberOfNamedUsersOptional - number of EDMusers allowed by the license

...