Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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