VLSucgGetNumErrors

Syntax

int VLSucgGetNumErrors ( VLSucg_HANDLE  iHandle, int *numMsgP);
Argument Description

iHandle

Instance handle for this library.

numMsgsP

The number of messages queued to the handle.

Description

Identifies the total number of messages recorded in the handle.

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.