UpdateDLL.def
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
源码类别:

模拟服务器

开发平台:

C/C++

  1. ; UpdateDLL.def : Declares the module parameters for the DLL.
  2. LIBRARY      "UpdateDLL"
  3. DESCRIPTION  'UpdateDLL Windows Dynamic Link Library'
  4. EXPORTS
  5.     ; Explicit exports can go here
  6.     Update_Init            @1 PRIVATE
  7.     Update_UnInit          @2 PRIVATE
  8. Update_Start    @3 PRIVATE
  9. Update_Cancel    @4 PRIVATE