NUMA_NODE_RELATIONSHIP structure
Applies to: desktop apps only
Represents information about a NUMA node in a processor group. This structure is used with the GetLogicalProcessorInformationEx function.
Syntax
typedef struct _NUMA_NODE_RELATIONSHIP {
DWORD NodeNumber;
BYTE Reserved[20];
GROUP_AFFINITY GroupMask;
} NUMA_NODE_RELATIONSHIP, *PNUMA_NODE_RELATIONSHIP;
Members
- NodeNumber
-
The number of the NUMA node.
- Reserved
-
This member is reserved.
- GroupMask
-
A GROUP_AFFINITY structure that specifies a group number and processor affinity within the group.
Requirements
|
Minimum supported client | Windows 7 |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012