Share via


TPMPARAMS (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Menus Structures
TrackPopupMenuEx
Rectangle