ReactOS 0.4.16-dev-527-gdad3a09
|
#include <commctrl.h>
Public Attributes | |
NMHDR | hdr |
LPSTR | lpszText |
char | szText [80] |
HINSTANCE | hinst |
UINT | uFlags |
LPARAM | lParam |
Definition at line 1900 of file commctrl.h.
NMHDR tagNMTTDISPINFOA::hdr |
Definition at line 1901 of file commctrl.h.
Referenced by PAGER_Notify(), TOOLBAR_TTGetDispInfo(), and TOOLTIPS_GetDispInfoA().
HINSTANCE tagNMTTDISPINFOA::hinst |
Definition at line 1904 of file commctrl.h.
Referenced by FileOpenDlgProc95(), notify_tooltip_handler(), PAGER_Notify(), TOOLBAR_TTGetDispInfo(), and TOOLTIPS_GetDispInfoA().
LPARAM tagNMTTDISPINFOA::lParam |
Definition at line 1906 of file commctrl.h.
Referenced by PAGER_Notify(), TOOLBAR_TTGetDispInfo(), and TOOLTIPS_GetDispInfoA().
LPSTR tagNMTTDISPINFOA::lpszText |
Definition at line 1902 of file commctrl.h.
Referenced by FileOpenDlgProc95(), notify_tooltip_handler(), PAGER_Notify(), parent_wnd_proc(), TOOLBAR_TTGetDispInfo(), and TOOLTIPS_GetDispInfoA().
char tagNMTTDISPINFOA::szText[80] |
Definition at line 1903 of file commctrl.h.
Referenced by notify_tooltip_handler(), PAGER_Notify(), TOOLBAR_TTGetDispInfo(), and TOOLTIPS_GetDispInfoA().
UINT tagNMTTDISPINFOA::uFlags |
Definition at line 1905 of file commctrl.h.
Referenced by PAGER_Notify(), TOOLBAR_TTGetDispInfo(), and TOOLTIPS_GetDispInfoA().