VLSucgPrintError
Syntax
int VLSucgPrintError ( VLSucg_HANDLE iHandle, FILE *file );
Argument | Description |
iHandle |
Instance handle for this library. |
file |
File pointer. |
Description
Prints the complete info of all the error messages stored in the handle to a file.
Returns
The status code VLScg_SUCCESS is returned if successful. Otherwise, it will return the following error codes:
Error Code | Description |
VLSucg_BAD_HANDLE |
If the handle passed is not a valid handle. |
VLSucg_FAIL |
On failure. |
For the complete list of the error codes, refer to Upgrade License Error Codes.