The TPMPARAMS structure contains extended parameters for the TrackPopupMenuEx function.
typedef struct tagTPMPARAMS {
UINT cbSize;
RECT rcExclude;
} TPMPARAMS, FAR *LPTPMPARAMS;
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.
Menus Overview, Menu Structures, TrackPopupMenuEx, Rectangle