Hook.def
上传用户:aokegd
上传日期:2009-12-14
资源大小:1276k
文件大小:0k
源码类别:

书籍源码

开发平台:

Visual C++

  1. ; hook.def : Declares the module parameters for the DLL.
  2. LIBRARY      "hook"
  3. DESCRIPTION  'hook Windows Dynamic Link Library'
  4. SECTIONS
  5. shareddata READ WRITE SHARED
  6. EXPORTS
  7.     ; Explicit exports can go here
  8.  AddHotkey
  9.  DeleteHotkey