Contents Index Topic Contents | ||
Previous Topic: CreateAsyncBindCtxEx Next Topic: CreateURLBinding |
CreateFormatEnumerator
HRESULT CreateFormatEnumerator( [in] UINT cfmtetc, [in] FORMATETC *rgfmtetc, [out] IEnumFORMATETC **ppenumfmtetc );Creates an object that implements IEnumFORMATETC over a static array of FORMATETC structures.
- Returns S_OK if successful, or E_INVALIDARG if one or more parameters are invalid.
- cfmtetc
- Number of FORMATETC structures in the static array specified by the rgfmtetc parameter. The cfmtetc parameter cannot be zero.
- rgfmtetc
- Address of a static array of FORMATETC structures.
- ppenumfmtetc
- Indirect pointer to the IEnumFORMATETC interface on the enumerator object.
See also RegisterFormatEnumerator, RevokeFormatEnumerator
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.