Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
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-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!