ITopologyNode::GetNext Method

Returns an interface to the next topology node in enumeration order.

virtual ITopologyNode *GetNext() const =0;

Return Value

An interface to the next node in enumeration order. If there are no more nodes in enumeration order of the system topology, this method will return the value NULL.

Requirements

Header: concrtrm.h

Namespace: concurrency

See Also

Reference

ITopologyNode Structure

IResourceManager::GetFirstNode Method

ITopologyExecutionResource Structure