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: BSTR

Specifies attribute name.

fragments [in, out]

Type: IEnumVARIANT

Receives 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

 

 

Show: