WICProgressOperation enumeration (wincodec.h)

Specifies the progress operations to receive notifications for.

Syntax

typedef enum WICProgressOperation {
  WICProgressOperationCopyPixels = 0x1,
  WICProgressOperationWritePixels = 0x2,
  WICProgressOperationAll = 0xffff,
  WICPROGRESSOPERATION_FORCE_DWORD = 0x7fffffff
} ;

Constants

 
WICProgressOperationCopyPixels
Value: 0x1
Receive copy pixel operation.
WICProgressOperationWritePixels
Value: 0x2
Receive write pixel operation.
WICProgressOperationAll
Value: 0xffff
Receive all progress operations available.
WICPROGRESSOPERATION_FORCE_DWORD
Value: 0x7fffffff

Requirements

Requirement Value
Minimum supported client Windows XP with SP2, Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Header wincodec.h

See also

RegisterProgressNotification