Skip to content

Latest commit

 

History

History
101 lines (69 loc) · 3.26 KB

imsrdpclientnonscriptable4-promptforcredsonclient.md

File metadata and controls

101 lines (69 loc) · 3.26 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientNonScriptable4 PromptForCredsOnClient property
Specifies whether the client control displays a dialog box that prompts for credentials.
426676be-0150-4a33-acd0-26423966f32a
multiple
PromptForCredsOnClient property Remote Desktop Services
PromptForCredsOnClient property Remote Desktop Services , IMsRdpClientNonScriptable4 interface
IMsRdpClientNonScriptable4 interface Remote Desktop Services , PromptForCredsOnClient property
PromptForCredsOnClient property Remote Desktop Services , IMsRdpClientNonScriptable5 interface
IMsRdpClientNonScriptable5 interface Remote Desktop Services , PromptForCredsOnClient property
PromptForCredsOnClient property Remote Desktop Services , MsRdpClient6 object
MsRdpClient6 object Remote Desktop Services , PromptForCredsOnClient property
PromptForCredsOnClient property Remote Desktop Services , MsRdpClient7 object
MsRdpClient7 object Remote Desktop Services , PromptForCredsOnClient property
PromptForCredsOnClient property Remote Desktop Services , MsRdpClient8 object
MsRdpClient8 object Remote Desktop Services , PromptForCredsOnClient property
PromptForCredsOnClient property Remote Desktop Services , MsRdpClient9 object
MsRdpClient9 object Remote Desktop Services , PromptForCredsOnClient property
apiref
IMsRdpClientNonScriptable4.PromptForCredsOnClient
IMsRdpClientNonScriptable4.get_PromptForCredsOnClient
IMsRdpClientNonScriptable4.put_PromptForCredsOnClient
IMsRdpClientNonScriptable5.PromptForCredsOnClient
IMsRdpClientNonScriptable5.get_PromptForCredsOnClient
IMsRdpClientNonScriptable5.put_PromptForCredsOnClient
MsRdpClient6.PromptForCredsOnClient
MsRdpClient7.PromptForCredsOnClient
MsRdpClient8.PromptForCredsOnClient
MsRdpClient9.PromptForCredsOnClient
MsTscAx.dll
COM
reference
05/31/2018

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