-
读写usb
上面的OpenDevice函数就是演示如何根据设备GUID打开一个USB接口的设备,和设备读写通讯的时候就需要了解设备的驱动到底都支持什么方式了...
读写usb
上面的OpenDevice函数就是演示如何根据设备GUID打开一个USB接口的设备,和设备读写通讯的时候就需要了解设备的驱动到底都支持什么方式了。可以使用UsbView工具查看USB设备到底支持几个Endpoint,每个都以什么方式读写。
如果你的设备支持3个EndPoint,0号是控制的,1号是读,2号是写,那你直接读取0号Endpoint,搞不好就会发生重起的问题 -literacy usb above OpenDevice function is to demonstrate how open the equipment GUID a USB interface equipment literacy and communications equipment when there is a need to understand the driving equipment in the end all support the way. UsbView tools can use USB devices in the end View supports several Endpoint. each of the ways to read and write. If your equipment supports three EndPoint, 0, control, on the 1st of reading, writing on the 2nd, you direct read 0, Endpoint, will take place regardless of the starting weight problem
- 2023-04-27 09:00:04下载
- 积分:1
-
VB进程隐藏模块
VB隐藏进程模块提供下载-VB hidden process module
- 2022-07-16 16:56:15下载
- 积分:1
-
本文件是关于硬盘主引导扇区备份的,主要内容是通过BIOSDISK对硬盘主引扇区进行备份...
本文件是关于硬盘主引导扇区备份的,主要内容是通过BIOSDISK对硬盘主引扇区进行备份-this document is on the hard disk"s master boot sector backup, the main contents of the hard drive right through BIOSDISK main backup primer Sector
- 2023-05-08 16:00:02下载
- 积分:1
-
一个文件查找的代码例子,SDK API实现的,
一个文件查找的代码例子,SDK API实现的,-Find a file of code examples, SDK API to achieve,
- 2023-07-24 11:55:03下载
- 积分:1
-
get cpu infomation from client computer.
get cpu infomation from client computer.
- 2022-02-05 20:32:45下载
- 积分:1
-
Visual Studio .NET 2003环境下用C++编写的查看信息了…
visual studio.net 2003环境下的一个用c++编写的内存查看信息状态小程序,希望对c++学习者有所帮助-visual studio.net 2003 environment with a c++ prepared to view information on the state of the memory applet, I hope to c++ help learners
- 2022-01-26 00:28:07下载
- 积分:1
-
MiniSpy 微筛选器的的主要功能模块。
ALLOC_PRAGMA #ifdef#pragma alloc_text (INIT,驱动入口)#pragma alloc_text SpyFilterUnload 页面)#pragma alloc_text SpyQueryTeardown 页面)#pragma alloc_text SpyConnect 页面)#pragma alloc_text SpyDisconnect 页面)#pragma alloc_text SpyMessage 页面)#endif#define SetFlagInterlocked(_ptrFlags,_flagToSet)((作废) InterlockedOr (((挥发性长 *)(_ptrFlags)),_flagToSet))//---------------------------------------------------------------------------例程//---------------------------------------------------------------------------NTSTATUS驱动入口 (俺们 PDRIVER_OBJECT DriverObject俺们 PUNICODE_STRING RegistryPath)/*++常规的描述:驱动程序首次加载时,将调用这个例程。其目的是初始化全局状态,然后注册 FltMgr 开始过滤。参数:DriverObject-指向驱动程序由系统创建的对象的指针代表此驱动程序。RegistryPath-标识在何处的 Unicode 字符串为此参数驱动程序位于在注册表中。返回值:
- 2022-03-21 12:13:07下载
- 积分:1
-
Memory clean
内存清理,就是将内存中的数据换到硬盘上,希望大家发挥一下-Memory clean-up, is to change the data in memory to the hard drive, and hope we play what
- 2022-07-13 09:42:04下载
- 积分:1
-
LRU算法,能输出缺页率,内存状态,和输入队列
LRU算法,能输出缺页率,内存状态,和输入队列-LRU algorithm, missing pages can be output rate, the memory state, and input queue
- 2022-07-22 06:35:00下载
- 积分:1
-
spy++的一个小例子,涉及Vxd操作和DDK编译
spy++的一个小例子,涉及Vxd操作和DDK编译-spy++ a small example, involving the operation and DDK compiler Vxd
- 2022-03-02 13:18:46下载
- 积分:1