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.
Use this structure to return the file name of the topic that has been navigated to, or to return the window type name of the help window that has been created.
Syntax
typedef struct tagHHN_NOTIFY {
NMHDR hdr;
PCSTR pszUrl;
} HHN_NOTIFY;
Members
hdr
Standard WM_NOTIFY header.
pszUrl
A multi-byte, zero-terminated string that specifies the topic navigated to, or the name of the help window being created.
Requirements
| Requirement | Value |
|---|---|
| Header | htmlhelp.h |