Macros
| Macro | Description |
|---|---|
| BEGIN_CONNECTION_MAP | Begins the definition of a connection map. |
| BEGIN_CONNECTION_PART | Begins the definition of additional connection points beyond the event and property notification connection points. |
| CONNECTION_IID | Defines an interface identifier for a connection point. |
| CONNECTION_PART | Maps a connection point for your ActiveX control to a specific interface identifier. |
| DECLARE_CONNECTION_MAP | Declares that an ActiveX control supports connection points. |
| END_CONNECTION_MAP | Ends the definition of a connection map. |
| END_CONNECTION_PART | Ends the definition of a connection point. |