ISmartCodeVNCViewer::MsDomain Property
Sets or retrieves domain name used for Windows NTLM authentication.
Syntax
HRESULT ISmartCodeVNCViewer::get_MsDomain(BSTR* pstrDomain); HRESULT ISmartCodeVNCViewer::put_MsDomain(BSTR strDomain);
Parameters
- pstrDomain
- Pointer to a variable of type BSTR that receives domain name.
- strDomain
- BSTR that specifies domain name.
Return Value
Returns S_OK if successful, or an error value otherwise.