EventAccessRights Enumeration

Specifies the access rights for an event object.

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 EventAccessRights

Remarks

Members

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.

See Also