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、Windows Vista SP2 と Windows Vista 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2008 R2、Windows Server 2008 SP2 および Windows Server 2008 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
Header | wincodec.h |