Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlDispCfg_SetMinSecurityLevel Function
PHT_DISP_CONFIG  See Also

Allows to set the lowest allowable security level that can be used to connect to the specified Virtuozzo Service.

Syntax
PRL_RESULT PrlDispCfg_SetMinSecurityLevel(
    PRL_HANDLE hDispConfig, 
    PRL_SECURITY_LEVEL nMinSecurityLevel
);
File

PrlApiDisp.h

Parameters

hDispConfig
A handle of type PHT_DISP_CONFIG.
nMinSecurityLevel
Security level to set.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Remarks

The lowest allowable security level is a setting in the Virtuozzo Service preferences. If a client tries to login using a lower level that the one set by this function, the connection to the Virtuozzo Service will be refused.

See Also
Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.