VLScgAllowVendorInfoExt
Syntax
int VLScgAllowVendorInfoExt (VLScg_HANDLE iHandle, codeT *codeP);
Argument | Description |
iHandle |
The instance handle for this library. |
codeP |
The pointer to the codeT struct. |
Description
Verifies whether setting private vendor information and public vendor information is allowed for code type and license version (code_type and version_num, respectively) specified in the codeT structure.
The public vendor information is supported only for the version 11 (or higher) long licenses. The version 11 refers to the licenses generated using the 8.1 version of license code generator.
Returns
The API returns 1, if private vendor information and public vendor information is allowed to set, else it returns 0.