Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

Defines values for the compression modes that are used to save the IInkDispobject to a serialized format.

Syntax

typedef enum InkPersistenceCompressionMode {
  IPCM_Default = 0
} InkPersistenceCompressionMode;

Members

The following tables list the enumeration values.

Name Description

IPCM_Default

Provides the best tradeoff between save–time and storage for the typical application. This is the only option available for Windows Mobile.

IPCM_MaximumCompression

Not implemented for Windows Mobile.

IPCM_NoCompression

Not implemented for Windows Mobile.

Requirements

Header msinkaut.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later

See Also