IOCTL_STORAGE_CHECK_VERIFY2 - NtDoc

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

// CTL_CODE(0x002d, 0x200, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_STORAGE_CHECK_VERIFY2 0x002D0800
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-ntddstor-ioctl_storage_check_verify2)

IOCTL_STORAGE_CHECK_VERIFY2 IOCTL

Description

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.

Parameters

Major code

Input buffer

Input is identical to the input for IOCTL_STORAGE_CHECK_VERIFY.

Input buffer length

Input length is identical to input length for IOCTL_STORAGE_CHECK_VERIFY.

Output buffer

Output is identical to the output for IOCTL_STORAGE_CHECK_VERIFY.

Output buffer length

Output length is identical to output length for IOCTL_STORAGE_CHECK_VERIFY.

Input/output buffer

Input/output buffer length

Status block

I/O status is identical to the I/O status for IOCTL_STORAGE_CHECK_VERIFY.

See also

IOCTL_STORAGE_CHECK_VERIFY