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.
我已经成功编译了 Windows Driver Kit 附带的 ndisprot 示例 ndis 驱动程序,但我不知道如何从 C++ 使用它来发送或接收数据包。有人可以指导我怎么做吗?
查看 .html 文件以了解详细信息。src\network\ndis\ndisprot\60\test 目录中提供了运行驱动程序的 prottest 示例应用程序。向您展示如何使用 Read/WriteFile 和 DeviceIoControl 函数。