trackpopupmenuex (user32)
Last changed: -203.58.188.211

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool TrackPopupMenuEx(IntPtr hmenu, uint fuFlags, int x, int y,
   IntPtr hwnd, IntPtr lptpm);

VB Signature:

    <DllImport("User32.Dll")> _
    Shared Function TrackPopupMenuEx( _
    ByVal hmenu As IntPtr, ByVal fuFlags As UInt32, _
    ByVal x As Integer, ByVal y As Integer, _
    ByVal hwnd As IntPtr, ByVal lptpm As Integer) 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