Methods and structures dedicated to setting the license. More...
Typedefs | |
typedef A3DInt32(* | PFA3DLicFunction )(const char *pcKey) |
Function pointer. More... | |
Functions | |
A3DInt32 | A3DLicPutLicense (const PFA3DLicFunction pFunc, const A3DUTF8Char *pcCustomerKey, const A3DUTF8Char *pcVariableKey) |
Sets the license for the current instance of the library based on the two keys. More... | |
A3DInt32 | A3DLicPutLicenseFile (const A3DUTF8Char *pcKey) |
Sets the license for the current instance. More... | |
A3DVoid | A3DLicPutPRCLicense (const A3DUTF8Char *pcKey) |
Sets the license for the current instance. More... | |
Methods and structures dedicated to setting the license.
typedef A3DInt32(* PFA3DLicFunction)(const char *pcKey) |
Function pointer.
[in] | pcKey | References the key to be set. |