📄 statusrioctl.h
字号:
// XPointioctl.h Include file for Generic Port I/O Example Driver
/*****************************************************************************
* Change Log
* Date | Change
*-----------+-----------------------------------------------------------------
*****************************************************************************/
//
// Define the IOCTL codes we will use. The IOCTL code contains a command
// identifier, plus other information about the device, the type of access
// with which the file must have been opened, and the type of buffering.
//
//
//#ifndef CTL_CODE
//#include <devioctl.h>
//#include <ntddk.h>
//#endif
//#include <wtypes.h>
// Device type -- in the "User Defined" range."
#define STATUSR_TYPE 42000
#define IOCTL_FAIL_WITH \
CTL_CODE(STATUSR_TYPE, 0x0B10, METHOD_BUFFERED, FILE_WRITE_DATA )
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -