dll.def
上传用户:hyb6888
上传日期:2016-01-24
资源大小:5186k
文件大小:0k
源码类别:

输入法编程

开发平台:

Visual C++

  1. ; dll.def : Declares the module parameters for the DLL.
  2. LIBRARY      "dll"
  3. DESCRIPTION  'dll Windows Dynamic Link Library'
  4. EXPORTS
  5.     ; Explicit exports can go here
  6.     
  7. SetShowString
  8. myCreate
  9. CloseWin
  10. SetWinSize
  11. SetWinPosition
  12. SetinputPos
  13. UpdateWinShow