次の方法で共有


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

See Also

Reference

Menu Structures
TrackPopupMenuEx
Rectangle