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

📄 usbcounterdeviceinterface.h

📁 WDM设备驱动程序开发(武安河)配套光盘实例源码。
💻 H
字号:
// interface.h - device interface classes for USBCounter

// This GUID identifies the device interface class used by the USBCounterDevice 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 USBCounterDevice_CLASS_GUID \
 { 0x7f20398f, 0xe7c6, 0x4b8c, { 0x9e, 0x52, 0xe9, 0x84, 0x93, 0x2e, 0x6, 0xc6 } }

⌨️ 快捷键说明

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