Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlLoginParams_SetTimeout Function
PHT_LOGIN_PARAMS

Sets login parameters connection timeout.

Syntax
PRL_RESULT PrlLoginParams_SetTimeout(
    PRL_HANDLE hParams, 
    PRL_UINT32 v
);
File

PrlApiDisp.h

Parameters

hParams
[in] A handle of type PHT_LOGIN_PARAMS identifying the parameters object.
v
[in] timeout value.

Returns

PRL_RESULT. Possible values are: 

PRL_ERR_INVALID_ARG - Invalid handle or null pointer was passed. PRL_ERR_SUCCESS - Function completed successfully. 

Links
© 2021 Parallels International GmbH. All rights reserved.