NiXPSObjects::NOLibrary Namespace Reference
Detailed Description
Namespace with functions to initialize library and ask some properties of it
Function Documentation
Retrieves version information about the library
- Parameters:
-
| pMajor | The major version number. |
| pMinor | The minor version number. |
| pRevision | The revision number. |
| pBuild | The build number. |
| pState | The release state (0:dev, 1:beta, 2:rc, 3:release). |
void NiXPSObjects::NOLibrary::Initialize |
( |
const NCommon::UTF8Char * |
pLicenseKey |
) |
|
Initializes the library with a license key, this is required to be able to run the library without trial banners
- Parameters:
-
| pLicenseKey | Your personal license key |