CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DeviceIoControl

搜索资源列表

  1. CoolCPU

    0下载:
  2. CPU降温程序,用DDK+SDK开发的。加载驱动无须管理员权限,用DeviceIoControl与驱动交互。-CPU cooling procedures, with DDK SDK development. Drivers do not have administrator privileges to load and use DeviceIoControl interaction with the driver.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-25
    • 文件大小:71119
    • 提供者:ctqy
  1. Vmouse

    0下载:
  2. 所属分类:Driver Develop

    • 发布日期:2017-04-26
    • 文件大小:338511
    • 提供者:余建宏
  1. vs2008diskid32

    0下载:
  2. Windows Vista操作系统下, visual studio 2008开发环境,通过DeviceIoControl读取硬盘物理参数,包括厂家、序列号等-diskid32, update to windows vista, with visual studio 2008, read the hardware parameter of disk driver.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3615405
    • 提供者:gxliu
  1. sourceInsight-lan

    0下载:
  2. souceinsight软件的语言解析文件,用于高亮关键字,开发浏览代码时,有所帮助。-DeviceIOControl, vc in io shows how to direct the operation of the underlying need friends can learn about.
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:15991
    • 提供者:chehai
  1. lockCDrom

    0下载:
  2. 锁定光驱,使光驱的按钮不再起作用,可以解锁。防止小孩子淘气的小程序。使用了api函数DeviceIoControl,GetDriveType ,CreateFile等。代码简单,中文界面、注释-Lock drive, so drive the button no longer works, you can unlock. Prevent children naughty little program. Using the api function DeviceIoControl, GetDriv
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2533098
    • 提供者:wanghongwu
  1. 201012420263728

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

    • 发布日期:2017-04-08
    • 文件大小:244680
    • 提供者:momokk22
  1. DeviceIoControl

    0下载:
  2. 驱动开发说明,不看这个,估计你入门要好费力,我也是则样过来的-Driven development shows that not see this, guess you better start trouble, I am also the kind of over
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-25
    • 文件大小:145628
    • 提供者:wenj
  1. C_Sharp_Ripper

    0下载:
  2. This code shows a way to make a CD ripper in C#. There are APIs from some vendors that allow reading audio CD tracks but it is also possible to do it using APIs that allow low level access to CD drives such as ASPI from Adaptec or IOCTL control codes
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:41196
    • 提供者:raport11
  1. EnumTcpUdpPort

    0下载:
  2. 通过DeviceIOControl TCP UDP设备获取端口信息的例子。-By DeviceIOControl TCP UDP port information equipment for example.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:33234
    • 提供者:顺口溜
  1. DeviceDriverIoControl

    0下载:
  2. Device Driver Program for begginer. using DeviceIOcontrol funtion in driver Device Driver Program for begginer. using DeviceIOcontrol funtion in driver-Device Driver Program for begginer. using DeviceIOcontrol funtion in driver Device Driver Program
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-08
    • 文件大小:1561400
    • 提供者:park
  1. CppStorageEnum

    0下载:
  2. 枚舉和定位具體附加存儲設備。 (CppStorageEnum) 簡介 代碼示例演示使用列舉和定位特定的附加存儲設備的日常運作中的DeviceIoControl和SetupDiGetClassDevs。-Enumerating and locating specific attach storage devices. (CppStorageEnum) Introduction The code sample demonstrates the use of DeviceIoCo
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:138943
    • 提供者:黃聖雄
  1. MyPortIo

    0下载:
  2. 想在用户态应用程序中实现I/O读写,直接存取硬件,可以通过编写驱动程序,实现CreateFile、CloseHandle、 DeviceIOControl、ReadFile、WriteFile等功能。从Windows 2000开始,引入WDM核心态驱动程序的概念。-windows io program visual c++
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:45574
    • 提供者:liyf1234
  1. filecopy3

    0下载:
  2. 打开被占用的数据文件 DeviceIoControl 通过文件链表读取-Open the data files occupied DeviceIoControl to read through the files linked list
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1894342
    • 提供者:laohu
  1. Pffiilemonu

    0下载:
  2. 纯汇开发的,主要拦截KERNEL32.DLL中的OpenFile、CreateFileA、CreateFileW、ReadFile、 ReadFileEx、WriteFile、WriteFileEx、、、DeviceIoControl等函数,HOOK到的数据未做过滤处理。其中MYDLL运用了skyer的HOOKAPI LIB,放出源码,主程序源码的过程是创建进程后挂起,注入MYDLL后恢复进程,拦截 -Pure exchange, the main interceptor in the Op
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1599
    • 提供者:追求
  1. ModGetHID

    0下载:
  2. 生成与硬件相关的注册码。控制软件不重复使用!那么,很多多人认为VB实现不了。自然没有找到方法,一定是实现不了。然而,感谢WWW,我们能在上面找到VC的源码,DELPHI的源码。但是VB的就是见不到。为此,我决定将VC的源码改成VB的,以下即是: VC原作说明部分(再发行时,请注意采用注解的方式,请不要删除的方式侵权,谢谢!) *************************************************************************
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:5164
    • 提供者:
  1. DDeviceIOConte

    0下载:
  2. DeviceIOControl实战演示及源代码,是应应用程序与设备通信很好的示例教程,已通过测试。 -DeviceIOControl combat demo and source code should application programs communicate with the device good example tutorial has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:308181
    • 提供者:weimingmm
  1. DeviceIoControl

    0下载:
  2. 设备控制与调用的主要API函数,比如磁盘直接读写,-Device control and call API functions, such as disk reads and writes directly,
  3. 所属分类:Project Manage

    • 发布日期:
    • 文件大小:44414
    • 提供者:renlijun
  1. 1

    0下载:
  2. 此小程序是用于根据guid获取设备路径,然后根据deviceiocontrol来提取设备的数据,比如buffer等信息。-This applet is used in accordance with the GUID for device path, then under deviceiocontrol to extract the data, and other information such as buffer.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:2300
    • 提供者:李元
  1. getdiskata

    0下载:
  2. 实战DeviceIoControl :通过API访问设备驱动程序 -Combat DeviceIoControl: API access through the device driver
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1169849
    • 提供者:65989
  1. ModGetHID

    0下载:
  2. 通常情况下,我们通过=&HEC命令对IDE端口进行监测.获取硬盘信息. 一般情况下,我们就写个VXD或者DRIVER来完成.但是现在,通过MS的S.M.A.R.T.接口, 我们可以直接从RING3调用API DeviceIoControl()来获取硬盘信息.-Under normal circumstances, we pass = & HEC command IDE port monitoring. Acquire the hard disk information.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5090
    • 提供者:李安平
« 1 2 34 »
搜珍网 www.dssz.com