예제 #1
0
 public static extern int TrackPopupMenuEx(
     IntPtr hmenu,                 // handle to shortcut menu
     int fuFlags,                  // options
     int x,                        // horizontal position
     int y,                        // vertical position
     IntPtr hwnd,                  // handle to window
     ref TPMPARAMS lptpm           // area not to overlap
     );
예제 #2
0
 public static extern int TrackPopupMenuEx(
     IntPtr hmenu,       // handle to shortcut menu
     int fuFlags,      // options
     int x,             // horizontal position
     int y,             // vertical position
     IntPtr hwnd,         // handle to window
     ref TPMPARAMS lptpm  // area not to overlap
     );