ReactOS 0.4.15-dev-7942-gd23573b
_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 1402 of file extypes.h.

Member Data Documentation

◆ 

union { ... } _SYSTEM_NUMA_INFORMATION::@2433

◆ ActiveProcessorsAffinityMask

ULONGLONG _SYSTEM_NUMA_INFORMATION::ActiveProcessorsAffinityMask[MAXIMUM_NUMA_NODES]

Definition at line 1408 of file extypes.h.

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

◆ AvailableMemory

ULONGLONG _SYSTEM_NUMA_INFORMATION::AvailableMemory[MAXIMUM_NUMA_NODES]

Definition at line 1409 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 1405 of file extypes.h.


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