TPMPARAMS
A version of this page is also available for
4/8/2010
This structure contains extended parameters for the TrackPopupMenuEx function.
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.
Requirements
Header | winuser.h |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |