GetLicenseInformation

GetLicenseInformation allows any application to gain access to the ObjectDatabase++ licence information.
static unsigned int GetLicenseInformation (
   LPFILETIME start,
   LPFILETIME finish,
   unsigned int *installations = NULL,
   char16_t **registeredName = NULL
);

Parameters

start The time the licence period starts, this is UTC time so the local GetSystemTimeAsFileTime() works correctly
finish The time the licence period finishes, this is UTC time so the local GetSystemTimeAsFileTime() works correctly
installations A number showing how many installations are licensed
registeredName A '\0' terminating string showing the name of the licenesee

Return Values

If the method succeeds, the return value is zero else see error codes for more details.

Remarks

Example Use
bool isRegistered(){
   FILETIME s, f, temp;
   CODBPP::GetLicenseInformation(&s,&f);
   GetSystemTimeAsFileTime(&temp);
   return CompareFileTime(&s,&temp) > 0 && CompareFileTime(&temp,&f) > 0;
}

Also See

RegisterODBPP
 

Contact Ekky Software

All around the world Ekky Software is contactable seven days of the week by submitting the following details.

Thank you for your time and interest.
Ekky Software Customer Support Team.

Ekky Software Product Range
Ekky Software Homepage Texas Business Software ObjectDatabase++ TScript Ekky Software Homepage Texas Business Software ObjectDatabase++ TScript