libusbdevicesdeviceinterface.h

来自「USB设备驱动开发的源吗 估计用写用处吧」· C头文件 代码 · 共 10 行

H
10
字号
// interface.h - device interface classes for LibUsbDevices

// This GUID identifies the device interface class used by the LibUsbDevicesDevice 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 LibUsbDevicesDevice_CLASS_GUID \
 { 0xe3da5e79, 0x5c32, 0x4e7a, { 0x8b, 0x4c, 0x60, 0x38, 0x1c, 0x10, 0xde, 0x89 } }

⌨️ 快捷键说明

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