WICProgressOperation 列舉 (wincodec.h)

指定要接收通知的進度作業。

Syntax

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

常數

 
WICProgressOperationCopyPixels
值: 0x1
接收複製圖元作業。
WICProgressOperationWritePixels
值: 0x2
接收寫入像素作業。
WICProgressOperationAll
值: 0xffff
接收所有可用的進度作業。
WICPROGRESSOPERATION_FORCE_DWORD
值: 0x7fffffff

規格需求

需求
最低支援的用戶端 Windows XP 搭配 SP2、Windows Vista [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows Server 2008 [傳統型應用程式 |UWP 應用程式]
標頭 wincodec.h

另請參閱

RegisterProgressNotification