IHTMLFiltersCollection::_newEnum Property
Retrieves an enumerator for the collection.
Syntax
HRESULT IHTMLFiltersCollection::get__newEnum(IUnknown **p);
Parameters
- p
Address of a pointer to a variable of type IUnknown interface that receives the enumerator.
Return Value
Returns S_OK if successful, or an error value otherwise.