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