IMsRdpClientAdvancedSettings::put_BitmapVirtualCache16BppSize (Windows Embedded CE 6.0)
1/6/2010
This method sets the size, in kilobytes (KB), of the bitmap cache file that is used for 16 bits-per-pixel (bpp) color settings.
Syntax
HRESULT put_BitmapVirtualCache16BppSize(
LONG bitmapVirtualCache16BppSize
);
Parameters
- bitmapVirtualCache16BppSize
[in] Specifies the new cache size, in KB. 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 for 16 bpp high-color settings is 20,480 KB (20 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::put_BitmapVirtualCache24BppSize
IMsRdpClientAdvancedSettings::put_BitmapVirtualCacheSize
IMsRdpClientAdvancedSettings::get_BitmapVirtualCache16BppSize