WICProgressNotification enumeration (wincodec.h)
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
WICProgressNotificationBegin Value: 0x10000 The callback should be called when codec operations begin. |
WICProgressNotificationEnd Value: 0x20000 The callback should be called when codec operations end. |
WICProgressNotificationFrequent Value: 0x40000 The callback should be called frequently to report status. |
WICProgressNotificationAll Value: 0xffff0000 The callback should be called on all available progress notifications. |
WICPROGRESSNOTIFICATION_FORCE_DWORD Value: 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 |