Click to return to the Reusing Browser Technology home page    
IHTMLDocument3::detachEve...     IHTMLDocument3::get_dir M...     IHTMLDocument3 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLDocument3::get_childNodes Method


Retrieves the children of the document object.

Syntax

HRESULT get_childNodes(
    IDISPATCH **p 
);

Parameters

p
Address of a pointer to an IDispatch interface that returns the node's children, or NULL if no children are present.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.