IMsRdpClientAdvancedSettings::get_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
get_BitmapCacheSize(
LONG *pbitmapCacheSize
);
Parameters
- pbitmapCacheSize
[out] Indicates the size of the bitmap cache file, in KB.
Return Value
Returns S_OK if successful.
Remarks
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::put_BitmapCacheSize