PyHHN_NOTIFY Object

A Python object, representing an HHN_NOTIFY structure

Comments

Typically you create a PyHHN_NOTIFY (via win32help::HHN_NOTIFY) object, and set its properties. The object can then be passed to any function which takes an HHN_NOTIFY object.

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_NAVCOMPLETE
HHN_WINDOW_CREATE

Properties

NMHDR hdr
Standard WM_NOTIFY header.(win32help::NMHDR)

string url
A multi-byte, zero-terminated string that specifies the topic navigated to, or the name of the help window being created.