搜索资源列表

  1. 实战DeviceIoControl:通过API访问设备驱动程序

    0下载:
  2. 对DeviceIoControl函数的用法的最全的介绍,并有多个程序的实际例子让你对硬件的操作的认识更加深刻-right DeviceIoControl function of the usage of the most comprehensive presentation there are a number of procedures and practical examples of the right to allow you
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:149181
    • 提供者:陈万通
  1. DeviceIoControl

    0下载:
  2. 实战DeviceIoControl:通过API访问设备驱动程序 vc编写的
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:149194
    • 提供者:漆哥
  1. 实战DeviceIoControl

    0下载:
  2. 实战DEVICEIOCONTROL 之一:通过API访问设备驱动程序 收藏 1 实战DEVICEIOCONTROL 之二:获取软盘/硬盘/光盘的参数 收藏 4 实战DEVICEIOCONTROL 之三:制作磁盘镜像文件 收藏 10 实战DEVICEIOCONTROL 之四:获取硬盘的详细信息 收藏 16 实战DEVICEIOCONTROL 之五:列举已安装的存储设备 收藏 27 实战DEVICEIOCONTROL 之六:访问物理端口 收
  3. 所属分类:文档资料

    • 发布日期:2011-02-19
    • 文件大小:417792
    • 提供者:yhiii2005
  1. DeviceIoControl函数

    0下载:
  2. 该文讲述了DeviceIoControl函数的各种设备控制方法和控制代码参数值。
  3. 所属分类:编程文档

    • 发布日期:2012-04-26
    • 文件大小:406528
    • 提供者:bigman
  1. 实战DeviceIoControl

    0下载:
  2. 驱动程序函数DEVICEIOCONTROL的详细说明-driver function DEVICEIOCONTROL details
  3. 所属分类:驱动编程

    • 发布日期:2024-05-14
    • 文件大小:53248
    • 提供者:将军
  1. srcDownlodingsite

    0下载:
  2. 介绍用OpenGL实现点云处理的三维变换,我们可以通过API函数 CreateFile 获得设备句柄,再用API函数 DeviceIoControl 来实现对设备的访问获取点云的分割方法。-introduces OpenGL point cloud processing of 3D transformation, we can pass CreateFile API access to equipment handle, reuse A
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:2098176
    • 提供者:zxj
  1. CharSample

    0下载:
  2. CharSample实例的功能是:应用程序从键盘接收一个数字,之后通过DeviceIoControl调用,把数字传递给驱动程序,由驱动程序将一个数字(0-9)转换成一个中文(零-九),再把结果返回给应用程序,由应用程序显示出来。-CharSample examples of functions are : applications from the keyboard to receive a number, followed by De
  3. 所属分类:驱动编程

    • 发布日期:2024-05-14
    • 文件大小:3058688
    • 提供者:秦生
  1. 实战DeviceIoControl:通过API访问设备驱动程序

    0下载:
  2. 对DeviceIoControl函数的用法的最全的介绍,并有多个程序的实际例子让你对硬件的操作的认识更加深刻-right DeviceIoControl function of the usage of the most comprehensive presentation there are a number of procedures and practical examples of the right to allow you
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:148480
    • 提供者:陈万通
  1. dvKrnlData

    0下载:
  2. 该代码为我学习winnt内核时所写,主要功能是在ring3下通过DeviceIoControl与驱动进行通信,获取内核的数据以及sdt,idt信息等。并实现了hook NtQuerySystemInformation函数来实现进程隐藏的功能-The code for the kernel, I am learning winnt wrote, Its main function is in ring3 through DeviceIoC
  3. 所属分类:驱动编程

    • 发布日期:2024-05-14
    • 文件大小:55296
    • 提供者:左手
  1. HookDeviceIoControl2005.10.26scr

    1下载:
  2. 一个可以拦截DeviceIoControl的程序 -one can intercept procedures DeviceIoControl
  3. 所属分类:驱动编程

    • 发布日期:2024-05-14
    • 文件大小:103424
    • 提供者:aeno
  1. PassThruExPart1

    0下载:
  2. 转自大名鼎鼎的http://www.wd-3.com/archive/ExtendingPassthru.htm,增加了DeviceIoControl接口,演示内核层与用户层的交互-decanted from the famous http :// www.wd-3.com/archive/ExtendingPassthru . htm, an increase of DeviceIoControl interface, the ker
  3. 所属分类:网络截获/分析

    • 发布日期:2024-05-14
    • 文件大小:716800
    • 提供者:zx
  1. HookDeviceIoControl

    2下载:
  2. Hook DeviceIoControl 源码带硬盘ID模拟器-Hook DeviceIoControl source with hard disk ID Simulator
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-14
    • 文件大小:84992
    • 提供者:任晓枫
  1. CdToWav

    0下载:
  2. CD抓轨的VC程序实现,通过API函数CreateFile获得设备句柄,再用API函数DeviceIoControl来实现对设备的访问获取信息。再此还会用到WAVE文件结构WAVEFORMATEX,再把读到的信息写到文件里生成WAVE格式的文件-CD of the VC process抓轨realize, through the API function CreateFile access device handle, and then
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-14
    • 文件大小:180224
    • 提供者:老吕
  1. disk

    0下载:
  2. 演示如何通过DeviceIoControl来读写硬盘的示例demo-Demonstrate how to read and write the hard disk through the DeviceIoControl sample demo
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:15360
    • 提供者:focse
  1. DeviceIoControl

    0下载:
  2. 实战DeviceIoControl:通过API访问设备驱动程序 vc编写的-Actual DeviceIoControl: visit through the API device driver vc prepared
  3. 所属分类:驱动编程

    • 发布日期:2024-05-14
    • 文件大小:148480
    • 提供者:
  1. netcheck

    0下载:
  2. 这是一个包含检查网卡是否为物理网卡(查看网卡是否使用irq或设备名是否包含pci,有些hp服务器没有irq但也是物理设备),查看网卡物理mac和当前使用的mac(有些网卡可以修改mac)使用xpddk头文件和库文件就可以,检查网卡是否为无线网卡(通过deviceiocontrol让网卡搜寻无线网络,支持的是无线网卡,不支持的不是),以上程序部分使用vc编写,可以说比现在网络上介绍的方法都要准确,唯一缺点是对禁用网络设备不支持,必须启用才
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:253952
    • 提供者:李志刚
  1. MFC_USBView

    0下载:
  2. USB容量获取用DeviceIoControl得到U盘物理参数!-USB capacity DeviceIoControl be used to obtain physical parameters U disk!
  3. 所属分类:USB编程

    • 发布日期:2024-05-14
    • 文件大小:4501504
    • 提供者:李恒
  1. DeviceIOControl

    0下载:
  2. DeviceIOControl实战演示及源代码,是应用程序与设备通信很好的示例教程-DeviceIOControl actual demonstration and source code, applications and devices are good examples of communication tutorial
  3. 所属分类:驱动编程

    • 发布日期:2024-05-14
    • 文件大小:308224
    • 提供者:Jason
  1. DeviceIOControl

    0下载:
  2. 用来获得无线信号的信号强度,通过DEVICE IO CONTROL-Get the strength of wireless signal through DeviceIOControl
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:孙建波
  1. DeviceIoControl

    0下载:
  2. DeviceIoControl实例及文档,通过API访问设备驱动程序-DeviceIoControl examples and documentation, through the API to access device driver
  3. 所属分类:驱动编程

    • 发布日期:2024-05-14
    • 文件大小:168960
    • 提供者:lele
« 12 3 4 5 6 »

源码中国 www.ymcn.org