IMsRdpClientAdvancedSettings::put_BitmapCacheSize (Windows Embedded CE 6.0)
1/6/2010
This method retrieves the size, in kilobytes (KB), of the bitmap cache file that is used for 8 bits-per-pixel (bpp) color settings.
Syntax
HRESULT put_BitmapCacheSize(
LONG bitmapCacheSize
);
Parameters
- bitmapCacheSize
[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 default size of the bitmap cache is 1,500 KB.
Bitmap caching stores frequently-used bitmaps in a file on the client computer. This can improve performance by minimizing the amount of information that is transferred over the network connection.
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_BitmapCacheSize
IMsRdpClientAdvancedSettings::put_BitmapVirtualCacheSize
IMsRdpClientAdvancedSettings::put_BitmapVirtualCache16BppSize
IMsRdpClientAdvancedSettings::put_BitmapVirtualCache24BppSize