BEGIN_SINK_MAP( _class )
Parameters
_class
[in] Specifies the control.
Remarks
Declares the beginning of the event sink map for the composite control.
Example
BEGIN_SINK_MAP(CMyObj)
SINK_ENTRY(IDC_CIRCCTL1, DISPID_CLICK, OnClick_CircCtrl1)
SINK_ENTRY(IDC_CIRCCTL2, DISPID_CLICK, OnClick_CircCtrl2)
END_SINK_MAP()
ATL Macros and Global Functions
See Also