int = TrackPopupMenu(hmenu, flags
, x
, y
, reserved
, hwnd
, prcRect
)
Display popup shortcut menu
Parameters
hmenu : int
The handle to the menuflags : uint
flagsx : int
x posy : int
y posreserved : int
reservedhwnd : hwnd
owner windowprcRect : PyRECT
Pointer to rec (can be None)