WICComponentEnumerateOptions 列舉 (wincodec.h)
指定元件列舉選項。
Syntax
typedef enum WICComponentEnumerateOptions {
WICComponentEnumerateDefault = 0,
WICComponentEnumerateRefresh = 0x1,
WICComponentEnumerateDisabled = 0x80000000,
WICComponentEnumerateUnsigned = 0x40000000,
WICComponentEnumerateBuiltInOnly = 0x20000000,
WICCOMPONENTENUMERATEOPTIONS_FORCE_DWORD = 0x7fffffff
} ;
常數
WICComponentEnumerateDefault 值: 0 列舉未停用的任何元件。 因為此值是0x0,所以它一律會包含在其他選項中。 |
WICComponentEnumerateRefresh 值: 0x1 在列舉元件之前強制讀取登錄。 |
WICComponentEnumerateDisabled 值: 0x80000000 在列舉中包含已停用的元件。 停用的元件集與一組預設列舉的元件不相交 |
WICComponentEnumerateUnsigned 值: 0x40000000 在列舉中包含未簽署的元件。 此選項沒有任何作用。 |
WICComponentEnumerateBuiltInOnly 值: 0x20000000 在元件列舉結束時,篩選掉未提供 Windows 的任何元件。 |
WICCOMPONENTENUMERATEOPTIONS_FORCE_DWORD 值: 0x7fffffff |
規格需求
最低支援的用戶端 | Windows XP 搭配 SP2、Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
標頭 | wincodec.h |