Home
last modified time | relevance | path

Searched refs:TBN_GETBUTTONINFOA (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dtoolbar.c89 { WM_NOTIFY, sent|id|custdraw, 0, 0, TBN_GETBUTTONINFOA, 0 },
90 { WM_NOTIFY, sent|id|custdraw, 0, 0, TBN_GETBUTTONINFOA, 1 },
91 { WM_NOTIFY, sent|id|custdraw, 0, 0, TBN_GETBUTTONINFOA, 2 },
92 { WM_NOTIFY, sent|id|custdraw, 0, 0, TBN_GETBUTTONINFOA, 3 },
279 case TBN_GETBUTTONINFOA: in parent_wnd_notify()
340 case TBN_GETBUTTONINFOA: in parent_wnd_proc()
H A Dpager.c836 case TBN_GETBUTTONINFOA: in test_notify_proc()
1223 …&nmtb, sizeof(nmtb), NULL, 0, &nmtb.pszText, &nmtb.cchText, TBN_GETBUTTONINFOW, TBN_GETBUTTONINFOA, in test_wm_notify()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1903 SPNFY(TBN_GETBUTTONINFOA, NMTOOLBARA),
/reactos/dll/win32/comctl32/
H A Dpager.c1073 case TBN_GETBUTTONINFOW: return TBN_GETBUTTONINFOA; in PAGER_GetAnsiNtfCode()
H A Dtoolbar.c4466 UINT code = infoPtr->bUnicode ? TBN_GETBUTTONINFOW : TBN_GETBUTTONINFOA; in TOOLBAR_Restore()
7437 if (TOOLBAR_SendNotify(&nmtba.hdr, infoPtr, TBN_GETBUTTONINFOA)) in TOOLBAR_GetButtonInfo()
/reactos/sdk/include/psdk/
H A Dcommctrl.h1306 #define TBN_GETBUTTONINFOA (TBN_FIRST-0) macro