PDA

View Full Version : what's the windows API...


garfield
04-02-2002, 08:07 PM
to read/write physical hard/floppy drive?

Thanks,

mjc
04-02-2002, 08:27 PM
Garfield, could you, please not break your questions up between the title and the message body...it gets very confusing trying to read the question.

Not quite sure what you are asking either....



------------------
mjc
Links list:Computer Links (http://www.dreamwater.org/tech/mjc/index.htm)

Celts are the men that heaven made mad, For all their battles are merry and their songs are all sad.

Whyzman
04-02-2002, 08:41 PM
Yep, it's confusing! http://www.PCGuide.com/ubb/frown.gif

You might want to have a look HERE (http://www.google.com/search?hl=en&q=windows+api). Enjoy! http://www.PCGuide.com/ubb/wink.gif

------------------
May all your dealings in life be win/win!


Whyzman
----------------------
Reserved for Punishing Humor...A Pessimist's blood is always B-negative!

garfield
04-03-2002, 01:34 AM
sorry about the confusion.

i want to read/write physical sectors on hard drive or floppy drive from a windows application (for example, a disk editor application). but i don't know which windows api i should use.

anybody can help??

d03boy
04-03-2002, 09:19 AM
Dont ya think this should go under software or programming?

...d03boy

------------------
Alienware [Grey/Custom]
Intel Celeron 900MHz
128MB SDRAM
30GB Seagate HD
56x CD-ROM
8x HP CD-Writer
IntelliMouse [USB]

lala
04-03-2002, 11:51 AM
There is a freeware program out there called 2File and 2Floppy that copies sector by sector - and it included source code.

There is also an article at windows.com - see
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q138434

This explains how to do this for NT and CD-ROMS, it may work on Harddrives too.

garfield
04-04-2002, 03:22 AM
i didn't know there's a s/w section on this forum. finally i find it:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/win32/devio_2b1v.asp

just in case somebody else is interested in the same subject.

thanks, guys,

garfield
04-04-2002, 04:10 AM
unfortunately, the above method only works in windows 95/98/me, but not on windows 2000. still wondering...

garfield
04-04-2002, 04:42 AM
this is it:
http://www.codeguru.com/system/ReadSector.html