OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::THdrNotify Class Reference

THdrNotify encapsulates the 'HD_NOTIFY' structure which is sent with the WM_NOTIFY messages sent by the HeaderControl to its parent. More...

#include <owl/commctrl.h>

Inheritance diagram for owl::THdrNotify:

Public Member Functions

 operator NMHDR & ()
 Allows the notification structure to be transparently treated as an NMHDR structure, thereby eliminating the need to explicitly refer to the NMHDR data member (which is always the first member of notification structures).
 

Detailed Description

THdrNotify encapsulates the 'HD_NOTIFY' structure which is sent with the WM_NOTIFY messages sent by the HeaderControl to its parent.

Definition at line 200 of file commctrl.h.

Member Function Documentation

◆ operator NMHDR &()

owl::THdrNotify::operator NMHDR & ( )
inline

Allows the notification structure to be transparently treated as an NMHDR structure, thereby eliminating the need to explicitly refer to the NMHDR data member (which is always the first member of notification structures).

Definition at line 205 of file commctrl.h.


The documentation for this class was generated from the following file: