![Xcalibur Systems LLC Logo](../icons/logo.png) |
MouseLowLevelHookStructFlags Field |
The event-injected flags. An application can use the following values to test the flags.
Testing LLMHF_INJECTED (bit 0) will tell you whether the event was injected. If it was,
then testing LLMHF_LOWER_IL_INJECTED (bit 1) will tell you whether or not the event was
injected from a process running at lower integrity level.
Namespace: Xcalibur.NativeMethods.V2.EventsAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxval mutable Flags: IntPtr
Field Value
IntPtr
See Also