SmartCode ViewerX

ISmartCodeVNCViewer::ProxyIP Property


Sets or retrieves the proxy server address to use when connecting to a VNC server.

Syntax

HRESULT ISmartCodeVNCViewer::get_ProxyIP(BSTR* pstrProxyIP);
HRESULT ISmartCodeVNCViewer::put_ProxyIP(BSTR strProxylIP);

Parameters

pstrProxyIP
Pointer to a variable of type BSTR that receives the address of a proxy server.
strProxyIP
BSTR that specifies the address of a proxy server.

Return Value

Returns S_OK if successful, or an error value otherwise.