SCSI Miniport IOCtl sample

时间:2012-07-30 12:53:36
【文件属性】:
文件名称:SCSI Miniport IOCtl sample
文件大小:5KB
文件格式:ZIP
更新时间:2012-07-30 12:53:36
SCSI Miniport 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.
【文件预览】:
SMPI.H
MAKEFILE
SMPI.C
README.TXT

网友评论

  • 正需要,谢谢!很有参考价值。
  • 不能起效果,强大的影子系统
  • 可以,帮了我的大忙
  • 这个例子帮助了我们实现了windows驱动和应用层的通讯。不错的资源。
  • 很不错的,不过和网上大多的类似