[DllImport("coredll.dll", SetLastError = true)] public static extern bool TrackPopupMenuEx( IntPtr hMenu, uint fuFlags, int x, int y, IntPtr hwnd, IntPtr lptpm );
Microsoft documentation: Link
Last updated 1 year ago