如何不使用WINAPI从硬盘直接读取/写入数据? [英] How to read/write data direct from hard disk not using WINAPI?

查看:74
本文介绍了如何不使用WINAPI从硬盘直接读取/写入数据?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!我想知道如何不使用WINAPI和其他使用WINAPI调用的库直接从硬盘读取/写入数据.有谁能够帮助我?

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!

推荐答案

a)编写驱动程序并将IO调用直接打入文件系统驱动程序. b)使用本地api. NtCreateFile等.
a) Write a driver and make IO calls directly into file system drivers.
b) Use native api. NtCreateFile and so on.


这篇关于如何不使用WINAPI从硬盘直接读取/写入数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆