IHTMLElement::children Property

Retrieves the collection that contains all the immediate children of this object.

Syntax

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

Parameters

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

Return Value

Returns S_OK if successful, or an error value otherwise.