Collapse All
Parallels Virtualization SDK
PrlDispCfg_GetProxyConnectionStatus Function
PHT_DISP_CONFIG

Determines proxy connection status or error code of last proxy operation.

Syntax
PRL_RESULT PrlDispCfg_GetProxyConnectionStatus(
    PRL_HANDLE hDispConfig, 
    PRL_PROXY_CONNECTION_STATUS_PTR pProxyConnectionStatus, 
    PRL_RESULT_PTR pErrorCode
);
File

PrlApiDisp.h

Parameters

hDispConfig
A handle of type PHT_DISP_CONFIG .
pProxyConnectionStatus
[out] A pointer to a variable that receives the result of status.
pErrorCode
[out] A pointer to a variable that receives the result of last proxy operation error code.
Returns

PRL_RESULT . Possible values are:

PRL_ERR_INVALID_ARG - invalid handle or null pointer for both pProxyConnectionStatus and pErrorCode were passed. PRL_ERR_SUCCESS - function completed successfully.

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