Click to return to the HTML Help home page    
HH_WINTYPE     HHNTRACK     HTML Help API Reference    
Web Workshop  |  DHTML, HTML & CSS  |  HTML Help

HHN_NOTIFY Structure


Microsoft Corporation

Updated June 10, 1999

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.

Used by

HHN_NOTIFY structure syntax

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.

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.