IDataObjectImpl::EnumFormatEtc

 

Creates an enumerator to iterate through the FORMATETC structures supported by the data object.

Syntax

      HRESULT EnumFormatEtc(
   DWORD dwDirection,
   IEnumFORMATETC** ppenumFormatEtc 
);

Remarks

See IDataObject::EnumFormatEtc in the Windows SDK.

Return Value

Returns E_NOTIMPL.

Requirements

Header: atlctl.h

See Also

IDataObjectImpl Class
IEnumFORMATETC