Article ID: 100027
Article Last Modified on 5/6/2003
APPLIES TO
- Microsoft Win32 Application Programming Interface, when used with:
- Microsoft Windows NT Advanced Server 3.1
- Microsoft Windows NT 3.51 Service Pack 5
- Microsoft Windows 2000 Standard Edition
- Microsoft Windows XP Professional
This article was previously published under Q100027
SUMMARY
To open a physical hard drive for direct disk access (raw I/O) in a
Win32-based application, use a device name of the form
where N is 0, 1, 2, and so forth, representing each of the physical drives
in the system.
To open a logical drive, direct access is of the form
where X: is a hard-drive partition letter, floppy disk drive, or CD-ROM
drive.
Keywords: kbinfo kbapi kbkernbase kbfileio KB100027