Share via


CreateFormatEnumerator (Windows CE 5.0)

Send Feedback

This function creates an object that implements the IEnumFORMATETC interface over a static array of FORMATETC structures.

HRESULTCreateFormatEnumerator(UINTcfmtetc,FORMATETC* rgfmtetc,IEnumFORMATETC** ppenumfmtetc);

Parameters

  • cfmtetc
    [in] Unsigned integer value that contains the number of FORMATETC structures in the static array specified by the rgfmtetc parameter. The cfmtetc parameter cannot be zero.
  • rgfmtetc
    [in] Address of a static array of FORMATETC structures.
  • ppenumfmtetc
    [out] Address of a pointer to the IEnumFORMATETC interface on the enumerator object.

Return Values

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

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.