WICSectionAccessLevel 枚举 (wincodec.h)

指定 Windows 图形设备接口 (GDI) 节的访问级别。

语法

typedef enum WICSectionAccessLevel {
  WICSectionAccessLevelRead = 0x1,
  WICSectionAccessLevelReadWrite = 0x3,
  WICSectionAccessLevel_FORCE_DWORD = 0x7fffffff
} ;

常量

 
WICSectionAccessLevelRead
值: 0x1
指示只读访问级别。
WICSectionAccessLevelReadWrite
值: 0x3
指示读/写访问级别。
WICSectionAccessLevel_FORCE_DWORD
值: 0x7fffffff

要求

要求
最低受支持的客户端 Windows 7、带 SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新 [桌面应用 |UWP 应用]
最低受支持的服务器 Windows Server 2008 R2、Windows Server 2008 SP2 和适用于 Windows Server 2008 的平台更新 [桌面应用 |UWP 应用]
标头 wincodec.h