| description | Learn more about: ATL Connection Point Example | ||
|---|---|---|---|
| title | ATL Connection Point Example | ||
| ms.date | 11/04/2016 | ||
| helpviewer_keywords |
|
||
| ms.assetid | a49721b7-f308-43de-8868-f662a94bc81a |
This example shows an object that supports IPropertyNotifySink as an outgoing interface:
[!code-cppNVC_ATL_Windowing#84]
When specifying IPropertyNotifySink as an outgoing interface, you can use class IPropertyNotifySinkCP instead of IConnectionPointImpl. For example:
[!code-cppNVC_ATL_Windowing#85]