// ntddstor.h
// CTL_CODE(0x002d, 0x200, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_STORAGE_CHECK_VERIFY2 0x002D0800
View the official Windows Driver Kit DDI referenceNo description available.
Determines whether the media has changed on a removable-media device - the caller has opened with FILE_READ_ATTRIBUTES. Because no file system is mounted when a device is opened in this way, this request can be processed much more quickly than an IOCTL_STORAGE_CHECK_VERIFY request.
Input is identical to the input for IOCTL_STORAGE_CHECK_VERIFY.
Input length is identical to input length for IOCTL_STORAGE_CHECK_VERIFY.
Output is identical to the output for IOCTL_STORAGE_CHECK_VERIFY.
Output length is identical to output length for IOCTL_STORAGE_CHECK_VERIFY.
I/O status is identical to the I/O status for IOCTL_STORAGE_CHECK_VERIFY.