SCSI Miniport IOCtl sample

lizhimin626 54 0 ZIP 2019-01-01 14:01:57

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.

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2019-01-01 14:01:59

正需要,谢谢!很有参考价值。

Generic placeholder image 卡了网匿名网友 2019-01-01 14:01:59

不能起效果,强大的影子系统

Generic placeholder image 卡了网匿名网友 2019-01-01 14:01:59

可以,帮了我的大忙

Generic placeholder image 卡了网匿名网友 2019-01-01 14:01:59

这个例子帮助了我们实现了windows驱动和应用层的通讯。不错的资源。

Generic placeholder image 卡了网匿名网友 2019-01-01 14:01:59

很不错的,不过和网上大多的类似