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