IEnumFORMATETC interface (objidl.h)

Enumerates the FORMATETC structures that define the formats and media supported by a given data object.

Inheritance

The IEnumFORMATETC interface inherits from the IUnknown interface. IEnumFORMATETC also has these types of members:

Methods

The IEnumFORMATETC interface has these methods.

 
IEnumFORMATETC::Clone

Creates a new enumerator that contains the same enumeration state as the current one. (IEnumFORMATETC.Clone)
IEnumFORMATETC::Next

Retrieves the specified number of items in the enumeration sequence. (IEnumFORMATETC.Next)
IEnumFORMATETC::Reset

Resets the enumeration sequence to the beginning. (IEnumFORMATETC.Reset)
IEnumFORMATETC::Skip

Skips over the specified number of items in the enumeration sequence. (IEnumFORMATETC.Skip)

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header objidl.h