WICSectionAccessLevel enumeration (wincodec.h)

Specifies the access level of a Windows Graphics Device Interface (GDI) section.

Syntax

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

Constants

 
WICSectionAccessLevelRead
Value: 0x1
Indicates a read only access level.
WICSectionAccessLevelReadWrite
Value: 0x3
Indicates a read/write access level.
WICSectionAccessLevel_FORCE_DWORD
Value: 0x7fffffff

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps]
Header wincodec.h