VLScgPrintError
Syntax
int VLScgPrintError (VLScg_HANDLE iHandle, FILE *file);
Argument | Description |
iHandle |
The instance handle for this library. |
file |
A pointer to a file. |
Description
Writes the accumulated errors to the specified file.
Returns
The status code VLScg_SUCCESS is returned if successful. Otherwise, it returns the following error codes:
Error Code | Description |
VLScg_NO_RESOURCES |
Returns VLScg_BAD_HANDLE, if the handle is invalid. |
VLScg_FAIL |
If operation failed. |
For the complete list of the error codes, refer to License Generation and Revocation Error Codes .