SectionAccessRights Enumeration

Specifies access rights for section objects.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum SectionAccessRights

Remarks

Members

Query 1 Query the section object for information about the section.
MapWrite 2 Write views of the section.
MapRead 4 Read views of the section.
MapExecute 8 Execute views of the section.
ExtendSize 16 Dynamically extend the size of the section.
MapExecuteExplicit 32 **UNDOCUMENTED**

( This flag is not included in AllAccess )

AllAccess 983,071 Combines all possible access rights for a section object.

See Also