⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usbtestdeviceinterface.h

📁 本软件用VC++实现了与USB设备驱动程序的通信。包括打开一个USB设备
💻 H
字号:
// interface.h - device interface classes for UsbTest

// This GUID identifies the device interface class used by the UsbTestDevice device

// TODO:	If your driver supports a standard interface, use the GUID that identifies
//			the interface class, rather than using the one defined below

/*#define UsbTestDevice_CLASS_GUID \
 { 0xce2eae82, 0xbde3, 0x11d6, { 0xbe, 0x7b, 0x50, 0x78, 0x4c, 0x3d, 0x9, 0xad } }

*/
#define UsbTestDevice_CLASS_GUID \
{ 0x4d1e55b2, 0xf16f, 0x11cf, { 0x88, 0xcb, 0x00, 0x11, 0x11, 0x00, 0x00, 0x30 } }
//4d1e55b2-f16f-11cf-88-cb-00-11-11-00-00-30

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -