Share via


IMsTscAdvancedSettings::put_BitmapPersistence (Windows Embedded CE 6.0)

1/6/2010

This method sets the value of the BitmapPeristence property, which enables or disables bitmap caching. Note the misspelling of the method and its parameter in the released version of the control.

Syntax

HRESULT put_BitmapPersistence(
  long bitmapPeristence
);

Parameters

  • bitmapPeristence
    [in] The value the BitmapPersistence property is to be set to. If set to zero, bitmap caching is disabled. If set to any other value, bitmap caching is enabled.

Return Value

If the method succeeds, the return value is S_OK.

If it fails, the method returns a nonzero error code.

Requirements

Header discodlg.h, mstsax.idl
Library Mstsax.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IMsTscAdvancedSettings
IMsTscAdvancedSettings::get_BitmapPersistence