// ntifs.h
BOOLEAN FsRtlIsDaxVolume(
[in] PFILE_OBJECT FileObject
);
View the official Windows Driver Kit DDI referenceNo description available.
This routine queries if the specified file is on a direct access (DAX) volume.
FileObject [in]A file object for a file, on the volume which is being queried.
Returns true if the file is on a DAX volume; otherwise, false.
In DAX volumes, user files are mapped directly to the persistent memory device. Files are then accessed using the memory bus, to help boost system performance.