IDataObjectImpl::GetDataHere

This method is similar to GetData, except the client must allocate the STGMEDIUM structure. The ATL implementation returns E_NOTIMPL.

Syntax

HRESULT GetDataHere( FORMATETC* pformatetc, STGMEDIUM* pmedium );

At a Glance

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

See Also

IDataObjectImpl Overview, IDataObjectImpl Methods, IDataObject::GetDataHere, IDataObjectImpl::GetData, IDataObjectImpl::QueryGetData, IDataObjectImpl::SetData