TPMPARAMS

The TPMPARAMS structure contains extended parameters for the TrackPopupMenuEx function.

typedef struct tagTPMPARAMS { 
    UINT cbSize; 
    RECT rcExclude; 
} TPMPARAMS, FAR *LPTPMPARAMS; 
 

Members

cbsize
Size of structure, in bytes.
rcExclude
Rectangle to exclude when positioning the window, in screen coordinates.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Requires version 1.0 or later.
  Header: Declared in winuser.h.

See Also

Menus Overview, Menu Structures, TrackPopupMenuEx, Rectangle