Retrieves the previous node in the document object model (DOM) collection.
Syntax
HRESULT previousNode( IDispatch **pPrevNode );
Parameters
- pPrevNode
- Address of a pointer to the IDispatch interface of the previous node (or NULL) that is returned.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
currentNode, nextNode