Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/shellmenu/
H A DCMenuToolbars.cpp111 case TBN_DRAGOUT: return S_FALSE; in OnWinEvent()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1916 SPNFY(TBN_DRAGOUT, NMTOOLBARA),
/reactos/dll/win32/comctl32/
H A Dtoolbar.c6204 TOOLBAR_SendNotify(&nmt.hdr, infoPtr, TBN_DRAGOUT); in TOOLBAR_MouseLeave()
6266 TOOLBAR_SendNotify(&nmt.hdr, infoPtr, TBN_DRAGOUT); in TOOLBAR_MouseMove()
/reactos/sdk/include/psdk/
H A Dcommctrl.h1337 #define TBN_DRAGOUT (TBN_FIRST - 14) macro