SCSI Miniport IOCtl sample
This sample program consists of two parts. First, all the necessary source code is provided to compile a Win32 sample program that sends an IOCtl_SCSI_MINIPORT request with a custom ControlCode to the SCSI miniport driver. Second, a detailed description is provided that explains what changes the driver writer has to make to a SCSI miniport driver to allow it to properly recognize and handle the corresponding IOCtl request from the Win32 sample program.
用户评论
正需要,谢谢!很有参考价值。
不能起效果,强大的影子系统
可以,帮了我的大忙
这个例子帮助了我们实现了windows驱动和应用层的通讯。不错的资源。
很不错的,不过和网上大多的类似