WICSectionAccessLevel enumeration
Specifies the access level of a Windows Graphics Device Interface (GDI) section.
Syntax
typedef enum WICSectionAccessLevel { WICSectionAccessLevelRead = 0x00000001, WICSectionAccessLevelReadWrite = 0x00000003 } WICSectionAccessLevel;
Constants
- WICSectionAccessLevelRead
-
Indicates a read only access level.
- WICSectionAccessLevelReadWrite
-
Indicates a read/write access level.
Requirements
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
Show: