This topic has not yet been rated - Rate this topic

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

WinNT.h

See also

GetLogicalProcessorInformationEx
GROUP_AFFINITY
SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ