Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This message indicates that the user pressed the F1 key. If a menu is active when F1 is pressed, WM_HELP is sent to the window associated with the menu; otherwise, WM_HELP is sent to the window that has the keyboard focus. If no window has the keyboard focus, WM_HELP is sent to the currently active window.
WM_HELP wParam = 0; lParam = 0;
Return Values
Returns TRUE.
Remarks
The DefWindowProc function passes WM_HELP to the parent window of a child window or to the owner of a top-level window.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
See Also
DefWindowProc | Standard Shell Messages
Send Feedback on this topic to the authors