FSCTL_GET_REFS_VOLUME_DATA - NtDoc

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

// CTL_CODE(0x0009, 0x0b6, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define FSCTL_GET_REFS_VOLUME_DATA 0x000902D8
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-ntifs-fsctl_get_refs_volume_data)

Description

The FSCTL_GET_REFS_VOLUME_DATA control code retrieves information about an ReFS volume.

Parameters

Major code

Input buffer

Input buffer length

Output buffer

A REFS_VOLUME_DATA_BUFFER structure that contains information about the ReFS volume.

Output buffer length

Number of bytes in the output buffer.

Input/output buffer

Input/output buffer length

Status block

Remarks

To perform this operation, call FltFsControlFile or ZwFsControlFile.

See also

REFS_VOLUME_DATA_BUFFER