ISmartCodeVNCViewer::ProxyUser Property
Sets or retrieves user name used to authenticate against proxy
server.
Syntax
HRESULT ISmartCodeVNCViewer::get_ProxyUser(BSTR* pstrUser); HRESULT ISmartCodeVNCViewer::put_ProxyUser(BSTR strUser);
Parameters
- pstrUser
- Pointer to a variable of type BSTR that receives user name.
- strUser
- BSTR that specifies proxy server user name.
Return Value
Returns S_OK if successful, or an error value otherwise.