Share via


IMsRdpClientAdvancedSettings::get_BitmapPersistence (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a value indicating whether persistent bitmap caching is enabled.

Syntax

HRESULT get_BitmapPersistence( 
    LONG *pbitmapPersistence
);

Parameters

  • pbitmapPersistence
    [out] Indicates whether persistent bitmap caching is enabled.

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::put_BitmapPersistence