WICSectionAccessLevel 列舉 (wincodec.h)
指定 Windows Graphics Device Interface (GDI) 區段的存取層級。
Syntax
typedef enum WICSectionAccessLevel {
WICSectionAccessLevelRead = 0x1,
WICSectionAccessLevelReadWrite = 0x3,
WICSectionAccessLevel_FORCE_DWORD = 0x7fffffff
} ;
常數
WICSectionAccessLevelRead 值: 0x1 表示唯讀存取層級。 |
WICSectionAccessLevelReadWrite 值: 0x3 表示讀取/寫入存取層級。 |
WICSectionAccessLevel_FORCE_DWORD 值: 0x7fffffff |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 適用於 Windows Vista 的 Windows 7、Windows Vista SP2 和平臺更新 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
標頭 | wincodec.h |