IMsRdpClientAdvancedSettings Methods for Bitmaps and Caching (Windows Embedded CE 6.0)
1/6/2010
This section describes methods used for bitmaps and bitmap caching.
For a list of all methods on IMsRdpClientAdvancedSettings, see IMsRdpClientAdvancedSettings.
Method | Description |
---|---|
Sets or retrieves the BitmapCacheSize property value, which is the size, in kilobytes (KB), of the bitmap cache file used for 8 bits-per-pixel (bpp) color settings. |
|
Sets or retrieves the BitmapPersistence property value, a LONG value that specifies whether persistent bitmap caching is enabled. |
|
Sets or retrieves the BitmapVirtualCacheSize property value, which specifies the size, in KB, of the persistent bitmap cache file to use for 8 bpp color settings. |
|
Sets or retrieves the BitmapVirtualCache16BppSize property value, which specifies the size, in KB, of the persistent bitmap cache file to use for the 15 and 16 bpp high-color settings. |
|
Sets or retrieves the BitmapVirtualCache24BppSize property value, which specifies the size, in KB, of the persistent bitmap cache file to use for the 24 bpp high-color settings. |
|
Sets or retrieves the NumBitmapCaches property value, which specifies the number of bitmap caches to use. |
|
Sets the PersistCacheDirectory property value, which is a string specifying the path to the directory for storage of bitmap cache files. Note that this property is write-only. |
|
Sets or retrieves the ScaleBitmapCachesByBPP property value, which specifies whether the size of bitmap caches should be scaled by bit depth (bits per pixel). |
|
Sets or retrieves the ShadowBitmap property value, which specifies whether shadow bitmaps will be used. |
Requirements
Header | discodlg.h, mstsax.idl |
Library | Mstsax.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |