0 out of 1 rated this helpful - Rate this topic

BEGIN_SINK_MAP

Declares the beginning of the event sink map for the composite control.

BEGIN_SINK_MAP( _class )

Parameters

_class
[in] Specifies the 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()

See Also

Composite Control Macros | ATL Macros | Composite Control Fundamentals | SINK_ENTRY | END_SINK_MAP

Did you find this helpful?
(1500 characters remaining)