Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是一名 scsi 驱动程序开发人员。
我编写了一个用户空间程序来通过 CreateFile 从驱动程序获取数据。
在 32 位 windows 环境下测试正常,但在 64 位下出现以下错误:
创建文件返回 -1。GetLastError() 将返回 2。 (ERROR_FILE_NOT_FOUND)
我IoCreateSymbolicLink在驱动程序初始化时调用了它,当我使用 windbg 查看调试输出时它返回成功。
IoCreateSymbolicLink
有人遇到过这种问题吗?