EnumFormatEtc
EnumFormatEtc is a function in the Microsoft COM (Component Object Model) API used for enumerating supported data formats for a given data object. It is typically used in conjunction with clipboard operations or drag-and-drop functionality to determine which data formats a COM object can provide. The function retrieves information about available data formats, such as their names and media types, and allows applications to query for specific format details.
The EnumFormatEtc function is part of the IEnumFORMATETC interface. It takes a pointer to an array of
By iterating through the results returned by EnumFormatEtc, applications can dynamically discover and present available data