WICSectionAccessLevel-Enumeration (wincodec.h)
Gibt die Zugriffsebene eines GDI-Abschnitts (Windows Graphics Device Interface) an.
Syntax
typedef enum WICSectionAccessLevel {
WICSectionAccessLevelRead = 0x1,
WICSectionAccessLevelReadWrite = 0x3,
WICSectionAccessLevel_FORCE_DWORD = 0x7fffffff
} ;
Konstanten
WICSectionAccessLevelRead Wert: 0x1 Gibt eine schreibgeschützte Zugriffsebene an. |
WICSectionAccessLevelReadWrite Wert: 0x3 Gibt eine Lese-/Schreibzugriffsebene an. |
WICSectionAccessLevel_FORCE_DWORD Wert: 0x7fffffff |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [Desktop-Apps | UWP-Apps] |
Kopfzeile | wincodec.h |