TPMPARAMS (Windows CE 5.0)
This 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.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
See Also
TrackPopupMenuEx | Rectangle | Menus Structures
Send Feedback on this topic to the authors