TPMPARAMS
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 | Menu Structures
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.