Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This function creates an object that implements the IEnumFORMATETCinterface over a static array of FORMATETCstructures.

Syntax

HRESULT CreateFormatEnumerator(
  UINT 
cfmtetc,
  FORMATETC* 
rgfmtetc,
  IEnumFORMATETC** 
ppenumfmtetc
);

Parameters

cfmtetc

[in] Unsigned integer value that contains the number of FORMATETCstructures in the static array specified by the rgfmtetcparameter. The cfmtetcparameter cannot be zero.

rgfmtetc

[in] Address of a static array of FORMATETCstructures.

ppenumfmtetc

[out] Address of a pointer to the IEnumFORMATETCinterface on the enumerator object.

Return Value

Returns S_OK if successful or E_INVALIDARG if one or more parameters are invalid.

Requirements

Header urlmon.h, urlmon.idl
Library urlmon.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later