Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlLoginParams_GetSecurityLevel Function
PHT_LOGIN_PARAMS

Gets login parameters connection security level.

Syntax
PRL_RESULT PrlLoginParams_GetSecurityLevel(
    PRL_HANDLE hParams, 
    PRL_SECURITY_LEVEL_PTR pV
);
File

PrlApiDisp.h

Parameters

hParams
[in] A handle of type PHT_LOGIN_PARAMS identifying the parameters object.
pV
[out] A pointer to a variable that receives security level 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.