User32KeybdEvent Method

Overload List

KeybdEvent(Byte, Byte, KeybdEventFlags, UIntPtr) Synthesizes a keystroke.

The system can use such a synthesized keystroke to generate a WM_KeyDown or WM_KeyUp message.

The keyboard driver's interrupt handler calls the KeybdEvent(VirtualKeys, Byte, KeybdEventFlags, UIntPtr) function.

KeybdEvent(VirtualKeys, Byte, KeybdEventFlags, UIntPtr) Synthesizes a keystroke.

The system can use such a synthesized keystroke to generate a WM_KeyDown or WM_KeyUp message.

The keyboard driver's interrupt handler calls the KeybdEvent(VirtualKeys, Byte, KeybdEventFlags, UIntPtr) function.

See Also