This topic has not yet been rated - Rate this topic

TPMPARAMS structure

Contains extended parameters for the TrackPopupMenuEx function.

Syntax


typedef struct tagTPMPARAMS {
  UINT cbSize;
  RECT rcExclude;
} TPMPARAMS, *LPTPMPARAMS;

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

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

Reference
TrackPopupMenuEx
Conceptual
Menus

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.