IDataObjectImpl::GetDataHere

 

Similar to GetData, except the client must allocate the STGMEDIUM structure.

Syntax

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

Return Value

Returns E_NOTIMPL.

Remarks

See IDataObject::GetDataHere in the Windows SDK.

Requirements

Header: atlctl.h

See Also

IDataObjectImpl Class
IDataObjectImpl::GetData
IDataObjectImpl::QueryGetData
IDataObjectImpl::SetData
FORMATETC
STGMEDIUM