Re: DiskProbe Microsoft support tool

Tech-Archive recommends: Fix windows errors by optimizing your registry



> I have tried looking at win32 file system apis and have seen no way of
> reading the low level disk bits of a volume (FAT/NTFS) to be displayed in a
> editor. Is the utility using undocumented APIs to acheive this?

CreateFile(\\.\D:)
or
CreateFile(\\.\PhysicalDrive0)

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com


.