Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies the progress operations to receive notifications for.
Syntax
typedef enum WICProgressOperation {
WICProgressOperationCopyPixels = 0x1,
WICProgressOperationWritePixels = 0x2,
WICProgressOperationAll = 0xffff,
WICPROGRESSOPERATION_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICProgressOperationCopyPixelsValue: 0x1 Receive copy pixel operation. |
WICProgressOperationWritePixelsValue: 0x2 Receive write pixel operation. |
WICProgressOperationAllValue: 0xffff Receive all progress operations available. |
WICPROGRESSOPERATION_FORCE_DWORDValue: 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 |