HelpHook - Remarks

Help-processing is done in two stages. The first stage is the creation of the WM_HELP message. This is done:

The WM_HELP message is sent to the active window, but will be seen by a modal loop if one is active.

The second stage of processing of help is the processing of the WM_HELP message.

The frame window procedure sees the WM_HELP message because the frame is usually the active window. It processes the WM_HELP message as follows: