TPMPARAMS
类型定义
Type TPMPARAMS
cbSize As Long
rcExclude As RECT
End Type
说明

这个结构用于TrackPopupMenuEx函数以支持额外的功能(This structure is used by the TrackPopupMenuEx function to support additional capabilities)

字段表
cbSize Long,这个结构的大小,必须为20(The size of this structure. Must be 20)
rcExclude RECT,屏幕上不能由弹出式菜单覆盖的一个矩形区域(Specifies a rectangle in screen coordinates that should not be covered by this pop-up menu)

Top