usbtestdeviceinterface.h

来自「用VC++实现与USB驱动程序的通信。包含打开、读、写、清空等。」· C头文件 代码 · 共 14 行

H
14
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?