// ntdddisk.h
// CTL_CODE(0x0007, 0x100, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_DISK_INTERNAL_SET_VERIFY 0x00070403
View the official Windows Driver Kit DDI referenceNo description available.
Allows a driver to set the verify bit on a disk device object if the mode of the caller is kernel mode.
IRP_MJ_INTERNAL_DEVICE_CONTROL
None.
None.
None.
None.
The Status field is set to STATUS_SUCCESS. If the mode of the requester is not kernel mode, the requested operation is not performed, but STATUS_SUCCESS is still returned.
IOCTL_DISK_INTERNAL_CLEAR_VERIFY