// ntdddisk.h
// CTL_CODE(0x0007, 0x03e, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_DISK_IS_CLUSTERED 0x000700F8
View the official Windows Driver Kit DDI referenceNo description available.
Allows a driver or application to determine if a disk is clustered.
None.
None.
The buffer at Irp->AssociatedIrp.SystemBuffer contains a Boolean value, with TRUE indicating that the disk is clustered.
Length of a Boolean.
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, Status to the appropriate error condition as a NTSTATUS code.