winapi - What does IOCTL_DISK_VERIFY do? -


the documentation ioctl_disk_verify says:

verifies specified extent on fixed disk.

but mean? when , why need this?

it means device verifies specified extent (range). reads data , if can read without errors command succeeds otherwise fails. no data returned in either case.

there's no reason use ioctl.


Comments