📄 hookvxd.h
字号:
//////////////////////////////////////////////////////////////////////////////////////
//
//HookVxD.h
//Definitions used only in VxD programme.
#if !defined(FG_HOOKVXD_H_1_1)
#define FG_HOOKVXD_H_1_1
#define MASK_ACTION_REPLACEEXISTING 0x2 //if the second bit of ir_options is 1, the existing file will be delete.
#define MASK_OPEN_SHARE_DENYREAD 0x10 //if the fifth bit of ir_flags is 1, other programme is not able to read from the file.
//Shell_Message referrence data:
#define ON_MSG_FILE_NOT_FOUND 0x1
#endif //!defined(FG_HOOKVXD_H_1_1)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -