IEnumFORMATETC
IEnumFORMATETC is a COM interface in Microsoft's Component Object Model (COM) that enumerates a sequence of FORMATETC structures. A FORMATETC structure, in turn, describes the format of data for a data transfer operation, such as copying and pasting or drag-and-drop.
The primary purpose of IEnumFORMATETC is to allow an object to provide a list of the data
The interface defines methods for iterating through the available formats. The most important of these is the
Implementations of IEnumFORMATETC are typically provided by objects that are sources of data for transfers. These