Skip to content

Latest commit

 

History

History
143 lines (102 loc) · 5.88 KB

imsrdpclientadvancedsettings-bitmapvirtualcache16bppsize.md

File metadata and controls

143 lines (102 loc) · 5.88 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientAdvancedSettings BitmapVirtualCache16BppSize property
Specifies the size, in megabytes, of the persistent bitmap cache file to use for the 15 and 16 bits-per-pixel high-color settings.
f2558c88-d60f-4be3-9941-8e0e18bbb778
multiple
BitmapVirtualCache16BppSize property Remote Desktop Services
BitmapVirtualCache16BppSize property Remote Desktop Services , IMsRdpClientAdvancedSettings interface
IMsRdpClientAdvancedSettings interface Remote Desktop Services , BitmapVirtualCache16BppSize property
BitmapVirtualCache16BppSize property Remote Desktop Services , IMsRdpClientAdvancedSettings2 interface
IMsRdpClientAdvancedSettings2 interface Remote Desktop Services , BitmapVirtualCache16BppSize property
BitmapVirtualCache16BppSize property Remote Desktop Services , IMsRdpClientAdvancedSettings3 interface
IMsRdpClientAdvancedSettings3 interface Remote Desktop Services , BitmapVirtualCache16BppSize property
BitmapVirtualCache16BppSize property Remote Desktop Services , IMsRdpClientAdvancedSettings4 interface
IMsRdpClientAdvancedSettings4 interface Remote Desktop Services , BitmapVirtualCache16BppSize property
BitmapVirtualCache16BppSize property Remote Desktop Services , IMsRdpClientAdvancedSettings5 interface
IMsRdpClientAdvancedSettings5 interface Remote Desktop Services , BitmapVirtualCache16BppSize property
BitmapVirtualCache16BppSize property Remote Desktop Services , IMsRdpClientAdvancedSettings6 interface
IMsRdpClientAdvancedSettings6 interface Remote Desktop Services , BitmapVirtualCache16BppSize property
BitmapVirtualCache16BppSize property Remote Desktop Services , IMsRdpClientAdvancedSettings7 interface
IMsRdpClientAdvancedSettings7 interface Remote Desktop Services , BitmapVirtualCache16BppSize property
BitmapVirtualCache16BppSize property Remote Desktop Services , IMsRdpClientAdvancedSettings8 interface
IMsRdpClientAdvancedSettings8 interface Remote Desktop Services , BitmapVirtualCache16BppSize property
apiref
IMsRdpClientAdvancedSettings.BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings.get_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings.put_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings2.BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings2.get_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings2.put_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings3.BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings3.get_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings3.put_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings4.BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings4.get_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings4.put_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings5.BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings5.get_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings5.put_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings6.BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings6.get_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings6.put_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings7.BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings7.get_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings7.put_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings8.BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings8.get_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings8.put_BitmapVirtualCache16BppSize
MsTscAx.dll
COM
reference
05/31/2018

IMsRdpClientAdvancedSettings::BitmapVirtualCache16BppSize property

Specifies the size, in megabytes, of the persistent bitmap cache file to use for the 15 and 16 bits-per-pixel high-color settings.

This property is read/write.

Syntax

HRESULT put_BitmapVirtualCache16BppSize(
  [in]  LONG bitmapVirtualCache16BppSize
);

HRESULT get_BitmapVirtualCache16BppSize(
  [out] LONG *pbitmapVirtualCache16BppSize
);

Property value

The new cache size. The valid values are 1 to 32 inclusive, and the default value is 20. Note that the maximum size for all virtual cache files is 128 MB.

Error codes

Returns S_OK if successful.

Remarks

Related properties include the BitmapVirtualCacheSize and BitmapVirtualCache24BppSize properties.

For more information about Remote Desktop Web Connection, see Requirements for Remote Desktop Web Connection.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientAdvancedSettings is defined as 3c65b4ab-12b3-465b-acd4-b8dad3bff9e2

See also

IMsRdpClientAdvancedSettings2

IMsRdpClientAdvancedSettings3

IMsRdpClientAdvancedSettings4

IMsRdpClientAdvancedSettings5

IMsRdpClientAdvancedSettings6

IMsRdpClientAdvancedSettings7

IMsRdpClientAdvancedSettings8

IMsRdpClientAdvancedSettings