ISmartCodeVNCViewer::MsUser Property
Sets or retrieves user name used for Windows NTLM authentication.
Syntax
HRESULT ISmartCodeVNCViewer::get_MsUser(BSTR* pstrUser); HRESULT ISmartCodeVNCViewer::put_MsUser(BSTR strUser);
Parameters
- pstrUser
- Pointer to a variable of type BSTR that receives Windows user name.
- strUser
- BSTR that specifies Windows user name.
Return Value
Returns S_OK if successful, or an error value otherwise.