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