trackpopupmenu (user32)
Last changed: timur.kelman+pinvoke@gmail.com-79.193.218.180

.
Summary

C# Signature:

[DllImport("user32.dll")]
public static extern int TrackPopupMenu(IntPtr hMenu, uint uFlags, int x, int y, int nReserved, IntPtr hWnd, ref RECT prcRect);

VB Signature:

    <DllImport("User32.Dll")> _
    Shared Function TrackPopupMenuEx( _
    ByVal hMenu As IntPtr, ByVal uFlags As UInt32, _
    ByVal x As Integer, ByVal y As Integer, _
    ByVal nReserved As Integer, _
    ByVal hWnd As IntPtr, ByRef prcRect As RECT) As Boolean
    End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation