Home
last modified time | relevance | path

Searched refs:idNew (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/reactos/wine/
H A Dcommctrl.h72 INT idNew; member
/reactos/dll/win32/comctl32/
H A Dtoolbar.c4885 nmhotitem.idNew = btnPtr->idCommand; in TOOLBAR_SetHotItemEx()
4890 nmhotitem.idNew = 0; in TOOLBAR_SetHotItemEx()
5726 nmtbwhi.idNew = infoPtr->buttons[nNewHotItem].idCommand; in TOOLBAR_SetRelativeHotItem()
/reactos/sdk/include/psdk/
H A Dcommctrl.h1321 int idNew; member
4603 int idNew; member
/reactos/modules/rostests/winetests/comctl32/
H A Dtoolbar.c151 compare(nmhi->idNew, g_fExpectedHotItemNew, "%d"); in parent_wnd_notify()