Share via


IMsRdpClientAdvancedSettings::put_BitmapVirtualCacheSize (Windows Embedded CE 6.0)

1/6/2010

This method sets the size, in kilobytes (KB), of the persistent bitmap cache file to use for 8 bits-per-pixel (bpp) color settings.

Syntax

HRESULT put_BitmapVirtualCacheSize( 
    LONG bitmapVirtualCacheSize
);

Parameters

  • bitmapVirtualCacheSize
    [in] Specifies the new cache size. The maximum size for all virtual caches is 131,072 KB (128 MB).

Return Value

Returns S_OK if successful.

Remarks

The low threshold size for a bitmap cache is 150 KB. The default value is 10,240 KB (10 MB).

Requirements

Header mstsax.h, mstsax.idl
Library Mstsax.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IMsRdpClientAdvancedSettings Methods for Bitmaps and Caching
IMsRdpClientAdvancedSettings
IMsRdpClientAdvancedSettings::get_BitmapVirtualCacheSize