dll16.def
来自「在vxd程序中调用系统d」· DEF 代码 · 共 21 行
DEF
21 行
DESCRIPTION 'Module definition file for 16-bit DLL'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
; If the 16-bit DLL is not marked for Windows 4.0,
; the DllEntryPoint function will not be called.
;SUBSYSTEM 4.0
HEAPSIZE 5120
; Since pascal calling convention is being used in the 16-bit world,
; all exported symbols will have been force to upper case by the
; compiler and assembler.
EXPORTS
GETPASSWORD_ @2
GETPASSWORD @3
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?