NUMA_NODE_RELATIONSHIP structure
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 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also
Show: