EventAccessRights Enumeration
Specifies the access rights for an event object.
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 EventAccessRights
<FlagsAttribute>
Public Enumeration EventAccessRights
Dim instance As EventAccessRights
[FlagsAttribute]
public enum class EventAccessRights
[<FlagsAttribute>]
type EventAccessRights
No code example is currently available or this language may not be supported.
QueryState |
1 |
Query the state of the event object.
|
ModifyState |
2 |
Modify the state of the event object.
|
AllAccess |
2,031,619 |
All possible access rights to the event object.
|