Hello,
I want to know what IOCTL’s are available to do IO with floppy.
I dont want to use ReadFile and WriteFile.
“TheDonx” wrote in message news:xxxxx@ntdev…
>
> I want to know what IOCTL’s are available to do IO with floppy.
> I dont want to use ReadFile and WriteFile.
>
a) why not?
b) did you check the DDK?
Peter
OSR
Do you need get a Handle from floppy using CreateFile on “\\.\FloppyX” (X
is the number of floppy). Then do you can read and write physical sectors
using ReadFile and WriteFile functions. Don’t forget CloseHandle on
terminate access.
Heldai
----- Original Message -----
From: “TheDonx”
To: “NT Developers Interest List”
Sent: Wednesday, August 07, 2002 10:28 AM
Subject: [ntdev] What are IOCTL to read sector from floppy.
> Hello,
> I want to know what IOCTL’s are available to do IO with floppy.
> I dont want to use ReadFile and WriteFile.
>
> —
> You are currently subscribed to ntdev as: xxxxx@scuasecurity.com.br
> To unsubscribe send a blank email to %%email.unsub%%