SmartCode ViewerX

ISmartCodeVNCViewer::HostIP Property


Sets or retrieves the remote VNC server address.

Syntax

HRESULT ISmartCodeVNCViewer::get_HostIP(BSTR* pstrHostIP);
HRESULT ISmartCodeVNCViewer::put_HostIP(BSTR strHostIP);

Parameters

pstrHostIP
Pointer to a variable of type BSTR that receives the address of target VNC server.
strHostIP
BSTR that specifies the address of target VNC server.

Return Value

Returns S_OK if successful, or an error value otherwise.