SmartCode ViewerX

ISmartCodeVNCViewer::MsPassword Property


Sets or retrieves user password used for Windows NTLM authentication.

Syntax

HRESULT ISmartCodeVNCViewer::get_MsPassword(BSTR* pstrPassword);
HRESULT ISmartCodeVNCViewer::put_MsPassword(BSTR strPassword);

Parameters

pstrPassword
Pointer to a variable of type BSTR that receives Windows user password.
strPassword
BSTR that specifies Windows user password.

Return Value

Returns S_OK if successful, or an error value otherwise.