VLSinitQueuePreference
Syntax
int VLSinitQueuePreference (
VLSqueuePreference *qPreference );
Argument | Description |
qPreference |
Pointer to the VLSqueuePreference structure, which specifies the client preference for getting into the queue. After the call is made, the structure signifies the actual values, which the License Manager allocates to the client while putting him in the queue. |
Description
Initializes the VLSqueuePreference structure to default values. For more details, see VLSqueuePreference structure.
Returns
The status code LS_SUCCESS is returned if successful. Otherwise, it will return the following error codes:
Error Code | Description |
VLS_CALLING_ERROR |
qPreference is NULL. |
For a complete list of the error codes, see Licensing Library Error and Result Codes.