root.def
来自「在驱动开发时」· DEF 代码 · 共 18 行
DEF
18 行
; $$Root$$.def : Declares the module parameters for the DLL.
LIBRARY "$$Root$$"
DESCRIPTION '$$Root$$ Windows Dynamic Link Library'
EXPORTS
$$IF(VERBOSE)
; Explicit exports can go here
GetSPInterface
$$ENDIF //VERBOSE
$$IF(!EXTDLL)
$$IF(AUTOMATION)
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
$$ENDIF //AUTOMATION
$$ENDIF //!EXTDLL
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?