VLSucgReset

Syntax

int VLSucgReset ( VLSucg_HANDLE  iHandle, ucodeT *ucodeP );
Argument Description

iHandle

Instance handle for this library.

ucodeP

The pointer to ucodeT struct.

Description

Sets all the fields of ucodeT to their default values. VLSucgReset is used after the Initialize and before the Set and Allow API.

Returns

The status code VLScg_SUCCESS is returned if successful. Otherwise, it will return the following error codes:

Error Code Description

VLSucg_INVALID_INPUT

If the ucodeP is passed as NULL.

For the complete list of the error codes, refer to Upgrade License Error Codes.