CreateFormatEnumeratorCreateFormatEnumerator*
*



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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.