Skip to content

Latest commit

 

History

History
48 lines (44 loc) · 1.24 KB

File metadata and controls

48 lines (44 loc) · 1.24 KB
title Data Transfer Classes (ATL) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
_U_STRINGorID
dev_langs
C++
helpviewer_keywords
data transfer [C++]
data transfer [C++], classes
data transfer classes [C++]
ms.assetid c10bcdc8-b90c-4c2a-9179-fd3de80461da
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Data Transfer Classes

The following classes support various types of data transfer:

  • IDataObjectImpl Supports Uniform Data Transfer by using standard formats to retrieve and set data. Handles data change notifications by managing connections to advise sinks.

  • CBindStatusCallback Allows an asynchronous moniker to send and receive information about the asynchronous data transfer to and from your object.

See Also

Class Overview