WICProgressOperation enumeration
Specifies the progress operations to receive notifications for.
Syntax
typedef enum WICProgressOperation { WICProgressOperationCopyPixels = 0x00000001, WICProgressOperationWritePixels = 0x00000002, WICProgressOperationAll = 0x0000FFFF } WICProgressOperation;
Constants
- WICProgressOperationCopyPixels
-
Receive copy pixel operation.
- WICProgressOperationWritePixels
-
Receive write pixel operation.
- WICProgressOperationAll
-
Receive all progress operations available.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
See also
Show: