IHTMLElement::filters Property

Retrieves a collection of filters for an element.

Syntax

HRESULT IHTMLElement::get_filters(IHTMLFiltersCollection **p);

Parameters

  • p
    Address of a pointer to a variable of type IHTMLFiltersCollection interface that receives the filters collection.

Return Value

Returns S_OK if successful, or an error value otherwise.