Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 888 Bytes

File metadata and controls

20 lines (14 loc) · 888 Bytes
description Learn more about: ATL Connection Point Example
title ATL Connection Point Example
ms.date 11/04/2016
helpviewer_keywords
connection points [C++], examples
examples [ATL]
ms.assetid a49721b7-f308-43de-8868-f662a94bc81a

ATL Connection Point Example

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]

See also

Connection Point