Registers a FORMATETC enumerator object onto the given bind context.
HRESULT RegisterFormatEnumerator(
LPBC pbc, //Pointer to the bind context
IEnumFORMATETC *pEFetc,
//Pointer to the IEnumFORMATETC interface
DWORD dwReserved //Reserved for future use; must be zero
);
The enumerator is used to determine what format types are prefered for the bind operation. Typically, the pEFetc parameter would be the pointer obtained through a call to CreateFormatEnumerator.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.
CreateFormatEnumerator, RevokeFormatEnumerator