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

IHTMLDOMNode::removeNode Method


Removes a node.

Syntax

HRESULT removeNode(
    VARIANT_BOOL fDeep,
    IHTMLDOMNode **removed
);

Parameters

fDeep
Address of VARIANT Boolean structure that specifies whether to clone only the node or to include all children too.
removed
Address of a pointer to an IHTMLDOMNode interface that specifies the node removed.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

cloneNode, replaceNode, swapNode


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.