Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
4/8/2010
Defines values for the compression modes that are used to save the IInkDisp object 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 |