
This interface provides the ability to access the collection of filters for the object. This is a zero-based collection of filters that is exposed from the document object. The methods for this interface allow for obtaining the number of filters in the collection, enumerating over the collection, or requesting a single filter from the collection.
IHTMLFiltersCollection Methods
| get_length | get__newEnum | item |
HRESULT get_length (
long *p
);
Retrieves the number of elements in a collection.
HRESULT get__newEnum (
IUnknown **p
);
Retrieves an OLE enumeration interface. This will enumerate over the filters in this collection.
HRESULT item (
VARIANT *pvarIndex,
VARIANT *pvarResult
);
Retrieves a collection of filters, or a single item from the collection. The pvarIndex parameter determines which action to take.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.