Home
last modified time | relevance | path

Searched refs:NM_SETCURSOR (Results 1 – 5 of 5) sorted by relevance

/reactos/win32ss/user/user32/windows/
H A Dspy.c1796 SPNFY(NM_SETCURSOR, NMMOUSE),
/reactos/dll/win32/comctl32/
H A Dcomboex.c1866 COMBOEX_Notify (infoPtr, NM_SETCURSOR, (NMHDR *)&nmmse); in COMBOEX_ComboWndProc()
H A Dtreeview.c5619 if (TREEVIEW_SendRealNotify(infoPtr, NM_SETCURSOR, &nmmouse.hdr)) in TREEVIEW_SetCursor()
/reactos/sdk/include/psdk/
H A Dcommctrl.h142 #define NM_SETCURSOR (NM_FIRST-17) macro
/reactos/sdk/include/reactos/
H A Dmsgdump.h507 case NM_SETCURSOR: return TEXT("NM_SETCURSOR"); in MD_GetNotifyCode()