Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Maps a connection point for your OLE control to a specific interface ID.
CONNECTION_PART(theClass, iid, localClass )
Parameters
theClass
Specifies the name of the control class whose connection point this is.iid
The interface ID of the interface called by the connection point.localClass
Specifies the name of the local class that implements the connection point.
Remarks
For example:
BEGIN_CONNECTION_MAP(CMyClass, CCmdTarget)
CONNECTION_PART(CMyClass, IID_ISampleSink, SampleConnPt)
END_CONNECTION_MAP()
implements a connection map, with a connection point, that calls the IID_ISinkInterface interface .
Requirements
Header: afxdisp.h