WICProgressNotification enumeration
Specifies when the progress notification callback should be called.
Syntax
typedef enum WICProgressNotification { WICProgressNotificationBegin = 0x00010000, WICProgressNotificationEnd = 0x00020000, WICProgressNotificationFrequent = 0x00040000, WICProgressNotificationAll = 0x FFFF0000 } WICProgressNotification;
Constants
- WICProgressNotificationBegin
-
The callback should be called when codec operations begin.
- WICProgressNotificationEnd
-
The callback should be called when codec operations end.
- WICProgressNotificationFrequent
-
The callback should be called frequently to report status.
- WICProgressNotificationAll
-
The callback should be called on all available progress notifications.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Show: