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

📄 eventioctl.h

📁 Sample code that demostrates how to use shared events in Kernel mode.
💻 H
字号:
//
// The following value is arbitrarily chosen from the space defined by Microsoft
// as being "for non-Microsoft use"
//
#define FILE_DEVICE_EVENTSYS      0x00008310


//
// Device control codes - values between 2048 and 4095 arbitrarily chosen
//
#define IOCTL_OPEN_EVENT   CTL_CODE(FILE_DEVICE_EVENTSYS, 2049, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_EVENT_HANDLE CTL_CODE(FILE_DEVICE_EVENTSYS, 2050, METHOD_BUFFERED, FILE_ANY_ACCESS)

⌨️ 快捷键说明

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