pnpeventdeviceinterface.h
来自「windows 驱动程序开发相关资料与代码 让你深刻知晓windows 开发的魅」· C头文件 代码 · 共 18 行
H
18 行
// interface.h - device interface classes for PnPEvent
// This GUID identifies the device interface class used by the PnPEventDevice 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 PnPEventDevice_CLASS_GUID \
{ 0x7cbbad7c, 0x3873, 0x476b, { 0xa1, 0x22, 0x1e, 0x8e, 0x1a, 0x7e, 0xc6, 0x6a } }
//允许或禁止特定接口GUID
DEFINE_GUID(GUID_PNPEVENT_EVENT, 0x28ce01a1, 0x9436, 0x11d2, 0x81, 0xb5, 0x0, 0xc0, 0x4f, 0xa3, 0x30, 0xa6);
//定制通知GUID
#define ReadWriteDevice_CLASS_GUID \
{ 0xc6287288, 0x81d8, 0x4c2b, { 0x92, 0x21, 0x95, 0xb1, 0xaa, 0xed, 0x29, 0x49 } }
//内核模式允许或禁止特定接口GUID
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?