IMsRdpClientNonScriptable4::PromptForCredsOnClient property

Specifies whether the client control displays a dialog box that prompts for credentials.

This property is read/write.

Syntax

HRESULT put_PromptForCredsOnClient(
  [in]  VARIANT_BOOL fPromptForCredsOnClient
);

HRESULT get_PromptForCredsOnClient(
  [out] VARIANT_BOOL *pfPromptForCredsOnClient
);

Property value

Sets whether the client control displays a dialog box that prompts for credentials.

Error codes

Returns S_OK if successful.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IMsRdpClientNonScriptable4 is defined as f50fa8aa-1c7d-4f59-b15c-a90cacae1fcb

See also

IMsRdpClientNonScriptable5

IMsRdpClientNonScriptable4