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 |
---|---|
Returns the number of execution resources grouped together under this node. |
|
Returns the first execution resource grouped under this node in enumeration order. |
|
Returns the Resource Manager's unique identifier for this node. |
|
Returns an interface to the next topology node in enumeration order. |
|
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