ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <commctrl.h>
Public Attributes | |
NMHDR | hdr |
int | iItem |
UINT | mask |
LPWSTR | pszText |
int | cchTextMax |
int | iImage |
LPARAM | lParam |
Definition at line 897 of file commctrl.h.
int tagNMHDDISPINFOW::cchTextMax |
Definition at line 902 of file commctrl.h.
Referenced by HEADER_PrepareCallbackItems(), and PAGER_Notify().
NMHDR tagNMHDDISPINFOW::hdr |
Definition at line 898 of file commctrl.h.
Referenced by HEADER_PrepareCallbackItems().
int tagNMHDDISPINFOW::iImage |
Definition at line 903 of file commctrl.h.
Referenced by HEADER_PrepareCallbackItems().
int tagNMHDDISPINFOW::iItem |
Definition at line 899 of file commctrl.h.
Referenced by HEADER_PrepareCallbackItems().
LPARAM tagNMHDDISPINFOW::lParam |
Definition at line 904 of file commctrl.h.
Referenced by HEADER_PrepareCallbackItems().
UINT tagNMHDDISPINFOW::mask |
Definition at line 900 of file commctrl.h.
Referenced by HEADER_PrepareCallbackItems(), and PAGER_Notify().
LPWSTR tagNMHDDISPINFOW::pszText |
Definition at line 901 of file commctrl.h.
Referenced by HEADER_PrepareCallbackItems(), and PAGER_Notify().