IHTMLDocument3::childNodes Property

Gets the child nodes of the document object.

Syntax

HRESULT IHTMLDocument3::get_childNodes(IDispatch **p);

Parameters

  • p
    A pointer to an IDispatch interface that returns the node's child nodes, or NULL if no child nodes are present.

Return Value

Returns S_OK if successful, or an error value otherwise.