License Information - trillium_geolocation - 15.20

Trillium Geolocation Reference

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Geolocation
Version
15.20
Language
English
Product name
Trillium Geolocation
Title
Trillium Geolocation Reference
Copyright
2023
First publish date
2017
Last updated
2024-04-16
Published on
2024-04-16T04:07:26.319000

Once the session is connected, retrieve the server license information using the following code:

   GetLicenseInfo(&myServer, &myLicense);
   cout << "License information:"
      << endl;
   cout << "\tUsername:\t"
      << getUserName(&myLicense)
      << endl;
   cout << "\tCompany:\t"
      << getCompanyName(&myLicense)
      << endl;
   cout << "\tLicense:\t"
      << getLicenseKey(&myLicense)
      << endl;