enumerateFragments method
Enumerates the fragments on the composer registered for the given attribute name.
Syntax
HRESULT retVal = object.enumerateFragments(attributeName, fragments);
Parameters
attributeName [in]
Type: BSTRSpecifies attribute name.
fragments [in, out]
Type: IEnumVARIANTReceives the address of an IEnumVariant interface pointer.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
enumerateFragments was introduced in Microsoft Internet Explorer 6