TPMPARAMS structure (winuser.h)
Contains extended parameters for the TrackPopupMenuEx function.
Syntax
typedef struct tagTPMPARAMS {
UINT cbSize;
RECT rcExclude;
} TPMPARAMS;
Members
cbSize
Type: UINT
The size of structure, in bytes.
rcExclude
Type: RECT
The rectangle to be excluded when positioning the window, in screen coordinates.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | winuser.h (include Windows.h) |
See also
Conceptual
Reference