Click here to Skip to main content
16,013,605 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi! I want to know how to read/write data direct from hard disk not using WINAPI and other libraries, that use WINAPI calls. Can anybody help me? Thanks!
Posted
Comments
Sergey Alexandrovich Kryukov 4-Apr-13 15:09pm    
Why?!
—SA
Sergey Alexandrovich Kryukov 4-Apr-13 15:11pm    
Please don't post non-answers as "solution". It can give you abuse reports which eventually may lead to cancellation of your CodeProject membership.
Comment on any posts, reply to available comments, or use "Improve question" (above).
Also, keep in mind that members only get notifications on the post sent in reply to there posts.
—SA

1 solution

a) Write a driver and make IO calls directly into file system drivers.
b) Use native api. NtCreateFile and so on.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900