Skip to content

Latest commit

 

History

History
101 lines (69 loc) · 3.23 KB

imsrdpclientadvancedsettings5-publicmode.md

File metadata and controls

101 lines (69 loc) · 3.23 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientAdvancedSettings5 PublicMode property
Sets or retrieves the configuration for public mode. Public mode prevents the client from caching user data to the local system.
dff6121a-b69c-411f-832b-29f9609f4230
multiple
PublicMode property Remote Desktop Services
PublicMode property Remote Desktop Services , IMsRdpClientAdvancedSettings5 interface
IMsRdpClientAdvancedSettings5 interface Remote Desktop Services , PublicMode property
PublicMode property Remote Desktop Services , IMsRdpClientAdvancedSettings6 interface
IMsRdpClientAdvancedSettings6 interface Remote Desktop Services , PublicMode property
PublicMode property Remote Desktop Services , IMsRdpClientAdvancedSettings7 interface
IMsRdpClientAdvancedSettings7 interface Remote Desktop Services , PublicMode property
PublicMode property Remote Desktop Services , IMsRdpClientAdvancedSettings8 interface
IMsRdpClientAdvancedSettings8 interface Remote Desktop Services , PublicMode property
apiref
IMsRdpClientAdvancedSettings5.PublicMode
IMsRdpClientAdvancedSettings5.get_PublicMode
IMsRdpClientAdvancedSettings5.put_PublicMode
IMsRdpClientAdvancedSettings6.PublicMode
IMsRdpClientAdvancedSettings6.get_PublicMode
IMsRdpClientAdvancedSettings6.put_PublicMode
IMsRdpClientAdvancedSettings7.PublicMode
IMsRdpClientAdvancedSettings7.get_PublicMode
IMsRdpClientAdvancedSettings7.put_PublicMode
IMsRdpClientAdvancedSettings8.PublicMode
IMsRdpClientAdvancedSettings8.get_PublicMode
IMsRdpClientAdvancedSettings8.put_PublicMode
MsTscAx.dll
COM
reference
05/31/2018

IMsRdpClientAdvancedSettings5::PublicMode property

Sets or retrieves the configuration for public mode. Public mode prevents the client from caching user data to the local system.

This property is read/write.

Syntax

HRESULT put_PublicMode(
  [in]  VARIANT_BOOL fPublicMode
);

HRESULT get_PublicMode(
  [out] VARIANT_BOOL *pfPublicMode
);

Property value

Sets the public mode setting to VARIANT_TRUE or VARIANT_FALSE. If set to VARIANT_TRUE, the public mode setting is enabled.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientAdvancedSettings5 is defined as FBA7F64E-6783-4405-DA45-FA4A763DABD0

See also

IMsRdpClientAdvancedSettings6

IMsRdpClientAdvancedSettings7

IMsRdpClientAdvancedSettings8

IMsRdpClientAdvancedSettings5