IMsRdpClientAdvancedSettings::put_BitmapPersistence (Windows Embedded CE 6.0)
1/6/2010
This method sets a value indicating whether persistent bitmap caching is enabled.
Syntax
HRESULT put_BitmapPersistence(
LONG bitmapPeristence
);
Parameters
- bitmapPersistence
[in] Specifies whether persistent bitmap caching is enabled. Set this parameter to a nonzero value to enable this feature, or set it to 0 to disable this feature.
Return Value
Returns S_OK if successful.
Remarks
The persistent bitmap cache can provide a substantial improvement in performance over low-bandwidth connections, especially when running applications which use large bitmaps.
Persistent caching can improve performance but requires additional disk space.
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_BitmapPersistence