Click to return to the Reusing Browser Technology home page    
IHTMLDOMNode::get_previou...     IHTMLDOMNode::removeNode ...     IHTMLDOMNode Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLDOMNode::hasChildNodes Method


Returns whether this node has children.

Syntax

HRESULT hasChildNodes(
    VARIANT_BOOL **fChildren 
);

Parameters

fChildren
Address of a VARIANT Boolean structure that returns VARIANT_TRUE or VARIANT_FALSE depending on whether the node has children.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

removeNode, replaceNode


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.