gate.h

来自「Undocumented Windows NT 经典书籍的源码」· C头文件 代码 · 共 10 行

H
10
字号
int _stdcall CreateCallGate(void *FunctionAddress,
							int NumberOfParameters,
							PUSHORT pSelector);
int _stdcall FreeCallGate(USHORT CallGateSelector);

#define SUCCESS						0
#define ERROR_DRIVER_NOT_FOUND		1
#define ERROR_BAD_PARAMETER			2
#define ERROR_IOCONTROL_FAILED		3

⌨️ 快捷键说明

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