Retrieves the next sibling of the node.
Syntax
HRESULT get_nextSibling( IHTMLDOMNode **p );
Parameters
- p
- Address of a pointer to an IHTMLDOMNode interface that returns the next sibling of the node.
Return Value
Returns S_OK if successful, or an error code otherwise.