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 |
); |
Parameters
Return Values
Remarks
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.
See Also
CreateFormatEnumerator, RevokeFormatEnumerator