VLSgetHandleInfo

Syntax

LS_STATUS_CODE  VLSgetHandleInfo (
LS_HANDLE	lshandle,
VLSclientInfo	*clientInfo );   
Argument Description

lshandle

The handle returned by LSRequest or VLSrequestExt

clientInfo (out)

The structure in which information will be returned. Space allocated by caller.

Description

This function also retrieves client information, except that lshandle replaces the arguments (featureName, version, and index) used in VLSgetClientInfo.

Returns

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

Error Code Description

VLS_BAD_HANDLE

Invalid handle. Handle may have already been released and destroyed from previous license operations or too many handles have already been allocated.

For a complete list of the error codes, see Licensing Library Error and Result Codes.