Searched refs:TBN_GETBUTTONINFOA (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | toolbar.c | 89 { 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 D | pager.c | 836 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 D | spy.c | 1903 SPNFY(TBN_GETBUTTONINFOA, NMTOOLBARA),
|
/reactos/dll/win32/comctl32/ |
H A D | pager.c | 1073 case TBN_GETBUTTONINFOW: return TBN_GETBUTTONINFOA; in PAGER_GetAnsiNtfCode()
|
H A D | toolbar.c | 4466 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 D | commctrl.h | 1306 #define TBN_GETBUTTONINFOA (TBN_FIRST-0) macro
|