Home
last modified time | relevance | path

Searched refs:IntMenuItemFromPoint (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dmenu.h171 INT FASTCALL IntMenuItemFromPoint(PWND pWnd, HMENU hMenu, POINT ptScreen);
H A Ddefwnd.c657 …hi.iCtrlId = (Wnd->style & (WS_POPUP|WS_CHILD)) == WS_CHILD ? IntMenuItemFromPoint(Wnd, hMenu, hi.… in IntDefWindowProc()
H A Dmenu.c1518 INT FASTCALL IntMenuItemFromPoint(PWND pWnd, HMENU hMenu, POINT ptScreen) in IntMenuItemFromPoint() function