IHTMLElement::all Property

Retrieves the collection of all the objects in the HTML that are within the scope of this object.

Syntax

HRESULT IHTMLElement::get_all(IDispatch **p);

Parameters

  • p
    Address of a pointer to the IDispatch interface that receives the collection of objects.

Return Value

Returns S_OK if successful, or an error value otherwise.