HHN_NAVCOMPLETE
Sent when the user navigates to a different topic.
Notification code | lParam |
---|---|
HHN_NAVCOMPLETE | Pointer to a THHNNotify record |
Description:
This notification messages is sent when the user has succefully navigated to a topic in
the compiled help (.chm) file. See the notifications example project for an example of
handling this message.
Notes:
Notification messages are only sent from windows that are specifically setup for
this and only to the window that was specified as the hwndCaller parameter of the HtmlHelp
function.
See also:
HHN_TRACK
HHN_WINDOW_CREATE