Click to return to the HTML Help home page    
HHN_NOTIFY     Notification Messages     HTML Help API Reference    
Web Workshop  |  DHTML, HTML & CSS  |  HTML Help

HHNTRACK Structure


Microsoft Corporation

Updated June 10, 1999

This structure returns the file name of the current topic and a constant that specfies the user action that is about to occur, such as hiding the Navigation pane by clicking the Hide button on the toolbar.

Used by

HHNTRACK structure syntax

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.

link to overview topic About structures
 


Back to topBack to top

Did you find this material useful? Gripes? Compliments? Suggestions for other articles? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.