IDataObjectImpl

The IDataObjectImpl class implements the IDataObject interface which provides methods to support Uniform Data Transfer and manages connections to advise sinks to handle data change notifications.

Syntax

template< class T >
class IDataObjectImpl

At a Glance

Header file: Atlctl.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

Remarks

Windows CE doesn't support the DAdvise, DUnadvise, or EnumDAdvise methodsof the IDataObjectImpl class, or the IDataObjectImpl::m_spDataAdviseHolder data member.

See Also

IDataObjectImpl Methods, IDataObject, IAdviseSink