TPMPARAMS (Compact 2013)
3/28/2014
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 |