ITopologyNode Structure

An interface to a topology node as defined by the Resource Manager. A node contains one or more execution resources.

struct ITopologyNode;

Members

Public Methods

Name

Description

ITopologyNode::GetExecutionResourceCount Method

Returns the number of execution resources grouped together under this node.

ITopologyNode::GetFirstExecutionResource Method

Returns the first execution resource grouped under this node in enumeration order.

ITopologyNode::GetId Method

Returns the Resource Manager's unique identifier for this node.

ITopologyNode::GetNext Method

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

ITopologyNode::GetNumaNode Method

Returns the Windows assigned NUMA node number to which this Resource Maanger node belongs.

Remarks

This interface is typically utilized to walk the topology of the system as observed by the Resource Manager.

Inheritance Hierarchy

ITopologyNode

Requirements

Header: concrtrm.h

Namespace: concurrency

See Also

Reference

concurrency Namespace