📄 pgpmldevdcl.asm
字号:
; Copyright (C) 1998 Network Associates, Inc.
; All rights reserved.
;
; pgpMLdevdcl.asm - necessary dispatch declarations
;
; $Id: pgpMLdevdcl.asm,v 1.1 1999/04/06 15:39:19 pbj Exp $
;
.386p
include vmm.inc
include vdmad.inc
include debug.inc
Declare_Virtual_Device PGPMLOCK, 0, 1, PGPMEMLOCK_control,\
Undefined_Device_ID, Undefined_Init_Order
Begin_Control_Dispatch PGPMEMLOCK
Control_Dispatch Sys_Dynamic_Device_Init, _OnSysDynamicDeviceInit, cCall
Control_Dispatch Sys_Dynamic_Device_Exit, _OnSysDynamicDeviceExit, cCall
Control_Dispatch W32_DeviceIOControl, _OnDeviceIoControl, cCall, <esi>
End_Control_Dispatch PGPMEMLOCK
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -