Collapse All
Parallels Virtualization SDK
PrlDispCfg_IsProxyEnabled Function
PHT_DISP_CONFIG See Also

Determines whether dispatcher should connect to the mobile proxy server by default.

Syntax
PRL_RESULT PrlDispCfg_IsProxyEnabled(
    PRL_HANDLE hDispConfig, 
    PRL_BOOL_PTR pbProxyEnabled
);
File

PrlApiDisp.h

Parameters

hDispConfig
[in] A handle of type PHT_DISP_CONFIG .
pbProxyEnabled
[out] A pointer to a variable that receives the result. PRL_TRUE indicates that the dispatcher should connect to the mobile proxy server by default.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_SUCCESS - function completed successfully.

Remarks

This is read only value, and changes inside depending on user credentials (see PrlDispCfg_SetProxyConnectionCreds ).

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