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.
Specifies when the progress notification callback should be called.
Syntax
typedef enum WICProgressNotification {
WICProgressNotificationBegin = 0x10000,
WICProgressNotificationEnd = 0x20000,
WICProgressNotificationFrequent = 0x40000,
WICProgressNotificationAll = 0xffff0000,
WICPROGRESSNOTIFICATION_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICProgressNotificationBeginValue: 0x10000 The callback should be called when codec operations begin. |
WICProgressNotificationEndValue: 0x20000 The callback should be called when codec operations end. |
WICProgressNotificationFrequentValue: 0x40000 The callback should be called frequently to report status. |
WICProgressNotificationAllValue: 0xffff0000 The callback should be called on all available progress notifications. |
WICPROGRESSNOTIFICATION_FORCE_DWORDValue: 0x7fffffff |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wincodec.h |