WM_KEYFIRST
Other versions of this page are also available for the following:
8/28/2008
This message filters for keyboard messages.
Syntax
WM_KEYFIRST wParam = 0;
lParam = 0;
Parameters
- wParam
Not used.
- lParam
Not used.
Return Value
None.
Remarks
Use the WM_KEYFIRST and WM_KEYLAST messages to filter for keyboard messages when using the GetMessage and PeekMessage functions.
Requirements
Header | winuser.h |
Windows Embedded CE | Windows CE 1.0 and later |