This structure contains extended parameters for the TrackPopupMenuEx function.
At a Glance
Header file: | Winuser.h |
Windows CE versions: | 1.0 and later |
Syntax
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.
See Also