ReactOS 0.4.17-dev-494-g8d70dca
_SYSTEM_NUMA_INFORMATION Struct Reference

#include <extypes.h>

Public Attributes

ULONG HighestNodeNumber
 
ULONG Reserved
 
union {
   ULONGLONG   ActiveProcessorsAffinityMask [MAXIMUM_NUMA_NODES]
 
   ULONGLONG   AvailableMemory [MAXIMUM_NUMA_NODES]
 
}; 
 

Detailed Description

Definition at line 1597 of file extypes.h.

Member Data Documentation

◆ 

union { ... } _SYSTEM_NUMA_INFORMATION::@2660

◆ ActiveProcessorsAffinityMask

ULONGLONG _SYSTEM_NUMA_INFORMATION::ActiveProcessorsAffinityMask[MAXIMUM_NUMA_NODES]

Definition at line 1603 of file extypes.h.

Referenced by GetNumaNodeProcessorMask(), GetNumaProcessorNode(), and QSI_DEF().

◆ AvailableMemory

ULONGLONG _SYSTEM_NUMA_INFORMATION::AvailableMemory[MAXIMUM_NUMA_NODES]

Definition at line 1604 of file extypes.h.

Referenced by GetNumaAvailableMemoryNode(), and QSI_DEF().

◆ HighestNodeNumber

ULONG _SYSTEM_NUMA_INFORMATION::HighestNodeNumber

◆ Reserved

ULONG _SYSTEM_NUMA_INFORMATION::Reserved

Definition at line 1600 of file extypes.h.


The documentation for this struct was generated from the following file: