SmartCode ViewerX

ISmartCodeVNCViewer::ProxyPassword Property


Gets or sets the password to use when authenticating the client against proxy server.

Syntax

HRESULT ISmartCodeVNCViewer::get_ProxyPassword(BSTR* pstrPassword);
HRESULT ISmartCodeVNCViewer::put_ProxyPassword(BSTR strPassword);

Parameters

pstrPassword
Pointer to a variable of type BSTR that receives the password.
strPassword
BSTR that specifies the password to use when authenticating the client.

Return Value

Returns S_OK if successful, or an error value otherwise.