typedef struct tagHHNTRACK
{
NMHDR hdr;
PCSTR pszCurUrl;
int idAction;
HH_WINTYPE* phhWinType;
} HHNTRACK;
Member | Description |
---|---|
hdr | Standard WM_NOTIFY header. |
pszCurUrl | A multi-byte, zero-terminated string that specifies the current topic (before the action is taken). |
idAction | Specifies the action the user is about to take. This is an HHACT_ constant. |
phhWinType | A pointer to the current HH_WINTYPE structure. |
About structures | |