Collapse All
Parallels C API Reference Guide
PrlDispCfg_SetMinSecurityLevel Function
PrlApi.h PHT_DISP_CONFIG See Also

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

Syntax
PRL_RESULT PrlDispCfg_SetMinSecurityLevel(
    PRL_HANDLE hDispConfig, 
    PRL_SECURITY_LEVEL nMinSecurityLevel
);
File
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 Parallels Service preferences. If a client tries to login using a lower level that the one set by this function, the connection to the Parallels Service will be refused.

See Also
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!