TestDll.Inc
上传用户:yoyoxiao
上传日期:2021-10-16
资源大小:31k
文件大小:1k
- ;#########################################################################
- ; Include files
- include windows.inc
- include kernel32.inc
- include user32.inc
- ; include Comctl32.inc
- ; include shell32.inc
- ; include ComDlg32.inc
- include Gdi32.inc
- ;#########################################################################
- ; Libraries
- includelib kernel32.lib
- includelib user32.lib
- ; includelib Comctl32.lib
- ; includelib shell32.lib
- ; includelib ComDlg32.lib
- includelib Gdi32.lib
- ;#########################################################################
- ; RadASM Add In Include
- include RadASMMasmIncradasm.inc
- ;#########################################################################
- ; VKim's Debug
- include RadASMmasmincdebug.inc
- includelib RadASMmasmlibdebug.lib
- DBGWIN_DEBUG_ON = 1 ; include debug info into the program
- DBGWIN_EXT_INFO = 0 ; include extra debug info into the program
- ;#########################################################################
- ; Prototypes
- DLLProc PROTO :DWORD, :DWORD, :DWORD, :DWORD
- MsgHook PROTO :DWORD,:DWORD,:DWORD
- .data
- tst db "test",0
- .data?
- hInstance dd ? ;Dll's module handle
- hHook dd ? ;Hook handle
- hToolBar dd ?