Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |