// 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 referenceNo description available.
The FSCTL_QUERY_VOLUME_NUMA_INFO_OUTPUT structure specifies the Non-Uniform Memory Architecture (NUMA) node the volume resides on.
NumaNodeSpecifies the number of the NUMA node the volume resides on.