[]
public static extern int TrackPopupMenu(nint hMenu, uint uFlags, int x, int y, int nReserved, nint hWnd, nint prcRect)
Public Shared Function TrackPopupMenu(hMenu As IntPtr, uFlags As UInteger, x As Integer, y As Integer, nReserved As Integer, hWnd As IntPtr, prcRect As IntPtr) As Integer
| Type | Name | Description |
|---|---|---|
| nint | hMenu | |
| uint | uFlags | |
| int | x | |
| int | y | |
| int | nReserved | |
| nint | hWnd | |
| nint | prcRect |
| Type | Description |
|---|---|
| int |