typedef struct tagHHN_NOTIFY
{
NMHDR hdr;
PCSTR pszUrl;
} HHN_NOTIFY;
Member | Description |
---|---|
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. |
About structures | |