FSCTL_QUERY_VOLUME_NUMA_INFO_OUTPUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef struct _FSCTL_QUERY_VOLUME_NUMA_INFO_OUTPUT {
  ULONG NumaNode;
} FSCTL_QUERY_VOLUME_NUMA_INFO_OUTPUT, *PFSCTL_QUERY_VOLUME_NUMA_INFO_OUTPUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-_fsctl_query_volume_numa_info_output)

_FSCTL_QUERY_VOLUME_NUMA_INFO_OUTPUT structure

Description

The FSCTL_QUERY_VOLUME_NUMA_INFO_OUTPUT structure specifies the Non-Uniform Memory Architecture (NUMA) node the volume resides on.

Members

NumaNode

Specifies the number of the NUMA node the volume resides on.