kerneldllrtns.def
来自「windows驱动程序」· DEF 代码 · 共 10 行
DEF
10 行
NAME KernelDLLRtns.sys
EXPORTS
; Next 2 are per Walter Oney, "Re: export_driver dllinitialize not called," microsoft.public.development.device.drivers,
; 2002-10-15 03:08:08. They act to ensure that these 2 routines are known to the OS, with the result that the kernel DLL
; can be unloaded.
DllInitialize private
DllUnload private
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?