Home
last modified time | relevance | path

Searched refs:TBN_GETINFOTIPW (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dpager.c1074 case TBN_GETINFOTIPW: return TBN_GETINFOTIPA; in PAGER_GetAnsiNtfCode()
1334 case TBN_GETINFOTIPW: in PAGER_Notify()
H A Dtoolbar.c6456 TOOLBAR_SendNotify(&tbgit.hdr, infoPtr, TBN_GETINFOTIPW); in TOOLBAR_TTGetDispInfo()
/reactos/base/shell/explorer/
H A Dsyspager.cpp258 NOTIFY_CODE_HANDLER(TBN_GETINFOTIPW, OnGetInfoTip)
/reactos/win32ss/user/user32/windows/
H A Dspy.c1921 SPNFY(TBN_GETINFOTIPW, NMTBGETINFOTIPW),
/reactos/modules/rostests/winetests/comctl32/
H A Dpager.c1225 …{&nmtbgit, sizeof(nmtbgit), NULL, 0, &nmtbgit.pszText, &nmtbgit.cchTextMax, TBN_GETINFOTIPW, TBN_G… in test_wm_notify()
H A Dtoolbar.c162 case TBN_GETINFOTIPW: in parent_wnd_notify()
/reactos/sdk/include/psdk/
H A Dcommctrl.h1342 #define TBN_GETINFOTIPW (TBN_FIRST - 19) macro