IMsRdpClientAdvancedSettings::put_BitmapVirtualCache24BppSize (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 the 24 bits-per-pixel (bpp) high-color settings.
Syntax
HRESULT put_BitmapVirtualCache24BppSize(
LONG bitmapVirtualCache24BppSize
);
Parameters
- bitmapVirtualCache24BppSize
[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 24 bpp high-color settings is 30,720 KB (30 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_BitmapVirtualCacheSize
IMsRdpClientAdvancedSettings::put_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings::get_BitmapVirtualCache24BppSize