SectionAccessRights Enumeration
Specifies access rights for section objects.
Namespace: DevCase.Win32.EnumsAssembly: 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
<FlagsAttribute>
Public Enumeration SectionAccessRights
Dim instance As SectionAccessRights
[FlagsAttribute]
public enum class SectionAccessRights
[<FlagsAttribute>]
type SectionAccessRights
No code example is currently available or this language may not be supported.
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.
|