Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the next node in the document object model (DOM) collection.
Syntax
HRESULT nextNode( IDispatch * * pNextNode );
Parameters
- pNextNode
- Address of the IDispatch interface of the next node (or null) is returned.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
currentNode, previousNode
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.