CDataObject::SetData

HRESULT CDataObject::SetData(LPFORMATETC lpFormatEtc, LPSTGMEDIUM lpStgMedium, BOOL bRelease)

Poke data into the data object

Defined in: DataSource.h

Parameters

lpFormatEtc

Pointer to a FORMATETC structure holding the format information of the requested data type.

lpStgMedium

Pointer to a STGMEDIUM structure holding the data.

bRelease

TRUE indicates that the data object owns the data. FALSE indicates the client owns the data.

Comments

CDataObject provides no implementation of this function.