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 the type of Windows Imaging Component (WIC) component.
Syntax
typedef enum WICComponentType {
  WICDecoder = 0x1,
  WICEncoder = 0x2,
  WICPixelFormatConverter = 0x4,
  WICMetadataReader = 0x8,
  WICMetadataWriter = 0x10,
  WICPixelFormat = 0x20,
  WICAllComponents = 0x3f,
  WICCOMPONENTTYPE_FORCE_DWORD = 0x7fffffff
} ;
Constants
| WICDecoderValue: 0x1 A WIC decoder. | 
| WICEncoderValue: 0x2 A WIC encoder. | 
| WICPixelFormatConverterValue: 0x4 A WIC pixel converter. | 
| WICMetadataReaderValue: 0x8 A WIC metadata reader. | 
| WICMetadataWriterValue: 0x10 A WIC metadata writer. | 
| WICPixelFormatValue: 0x20 A WIC pixel format. | 
| WICAllComponentsValue: 0x3f All WIC components. | 
| WICCOMPONENTTYPE_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 |