FSCTL_QUERY_VOLUME_NUMA_INFO_OUTPUT structure (ntifs.h)

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

Syntax

typedef struct _FSCTL_QUERY_VOLUME_NUMA_INFO_OUTPUT {
  ULONG NumaNode;
} FSCTL_QUERY_VOLUME_NUMA_INFO_OUTPUT, *PFSCTL_QUERY_VOLUME_NUMA_INFO_OUTPUT;

Members

NumaNode

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

Requirements

Requirement Value
Header ntifs.h