Functions | |
void | Initialize (const NCommon::UTF8String &pLicenseKey) |
void | GetVersion (NCommon::UInt32 &pMajor, NCommon::UInt32 &pMinor, NCommon::UInt32 &pRevision, NCommon::UInt32 &pBuild, NCommon::UInt32 &pState) |
void NiXPSObjects::NOLibrary::GetVersion | ( | NCommon::UInt32 & | pMajor, | |
NCommon::UInt32 & | pMinor, | |||
NCommon::UInt32 & | pRevision, | |||
NCommon::UInt32 & | pBuild, | |||
NCommon::UInt32 & | pState | |||
) |
Retrieves version information about the library
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::UTF8String & | pLicenseKey | ) |
Initializes the library with a license key, this is required to be able to run the library without trial banners
pLicenseKey | Your personal license key |