ReactOS 0.4.15-dev-6042-g2eb6700
|
#include <commctrl.h>
Public Attributes | |
NMHDR | hdr |
LPWSTR | lpszText |
WCHAR | szText [80] |
HINSTANCE | hinst |
UINT | uFlags |
LPARAM | lParam |
Definition at line 1904 of file commctrl.h.
NMHDR tagNMTTDISPINFOW::hdr |
Definition at line 1905 of file commctrl.h.
Referenced by test_tooltip(), TOOLBAR_TTGetDispInfo(), and TOOLTIPS_GetDispInfoW().
HINSTANCE tagNMTTDISPINFOW::hinst |
Definition at line 1908 of file commctrl.h.
Referenced by TOOLTIPS_GetDispInfoW().
LPARAM tagNMTTDISPINFOW::lParam |
Definition at line 1910 of file commctrl.h.
Referenced by TOOLTIPS_GetDispInfoW().
LPWSTR tagNMTTDISPINFOW::lpszText |
Definition at line 1906 of file commctrl.h.
Referenced by test_wm_notify_tooltip(), TOOLBAR_TTGetDispInfo(), and TOOLTIPS_GetDispInfoW().
WCHAR tagNMTTDISPINFOW::szText[80] |
Definition at line 1907 of file commctrl.h.
Referenced by test_wm_notify_tooltip(), TOOLBAR_TTGetDispInfo(), and TOOLTIPS_GetDispInfoW().
UINT tagNMTTDISPINFOW::uFlags |
Definition at line 1909 of file commctrl.h.
Referenced by TOOLTIPS_GetDispInfoW().