Enum EventReservedValueMask
Represents possible values of the Reserved field.
Namespace: SharpHook.Native
Assembly: SharpHook.dll
Syntax
[Flags]
public enum EventReservedValueMask : ushort
Fields
Name | Description |
---|---|
None | No value. |
SuppressEvent | If this flag is set in the event handler then the event will be suppressed from further propagation. |