ReactOS
0.4.15-dev-2343-ge044df8
|
#include <commctrl.h>
Public Attributes | |
NMHDR | hdr |
LPSTR | lpszText |
char | szText [80] |
HINSTANCE | hinst |
UINT | uFlags |
LPARAM | lParam |
Definition at line 1891 of file commctrl.h.
NMHDR tagNMTTDISPINFOA::hdr |
Definition at line 1892 of file commctrl.h.
Referenced by TOOLTIPS_GetDispInfoA().
HINSTANCE tagNMTTDISPINFOA::hinst |
Definition at line 1895 of file commctrl.h.
Referenced by FileOpenDlgProc95(), and notify_tooltip_handler().
LPARAM tagNMTTDISPINFOA::lParam |
Definition at line 1897 of file commctrl.h.
Referenced by TOOLTIPS_GetDispInfoA().
LPSTR tagNMTTDISPINFOA::lpszText |
Definition at line 1893 of file commctrl.h.
Referenced by FileOpenDlgProc95(), notify_tooltip_handler(), parent_wnd_proc(), and TOOLTIPS_GetDispInfoA().
char tagNMTTDISPINFOA::szText[80] |
Definition at line 1894 of file commctrl.h.
Referenced by notify_tooltip_handler(), and TOOLTIPS_GetDispInfoA().
UINT tagNMTTDISPINFOA::uFlags |
Definition at line 1896 of file commctrl.h.
Referenced by TOOLTIPS_GetDispInfoA().