Click to return to the Reusing Browser Technology home page    
IHTMLDOMCollectionator::m...     IHTMLDOMCollectionator::p...     IHTMLDOMCollectionator In...    
Web Workshop  |  Reusing Browser Technology

IHTMLDOMCollectionator::nextNode Method


Retrieves the next node in the document object model (DOM) collection.

Syntax

HRESULT nextNode(
    IDispatch **pNextNode
);

Parameters

pNextNode
Address of a pointer to the IDispatch interface of the next node (or NULL) that is returned.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

currentNode, previousNode


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.