Searched refs:IntTrackPopupMenuEx (Results 1 – 3 of 3) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | menu.h | 172 BOOL WINAPI IntTrackPopupMenuEx( PMENU menu, UINT wFlags, int x, int y, PWND pWnd, LPTPMPARAMS lpTp…
|
H A D | defwnd.c | 768 IntTrackPopupMenuEx(SystemMenu, Flags|TPM_SYSTEM_MENU, Pt.x, Pt.y, Wnd, NULL); in IntDefWindowProc()
|
H A D | menu.c | 4577 BOOL WINAPI IntTrackPopupMenuEx( PMENU menu, UINT wFlags, int x, int y, in IntTrackPopupMenuEx() function 6668 Ret = IntTrackPopupMenuEx(menu, fuFlags, x, y, pWnd, lptpm ? &tpm : NULL); in NtUserTrackPopupMenuEx()
|