NetTS.def
上传用户:nameszq
上传日期:2014-08-12
资源大小:336k
文件大小:0k
源码类别:

金融证券系统

开发平台:

Visual C++

  1. ; NetTS.def : Declares the module parameters for the DLL.
  2. LIBRARY      "NetTS"
  3. EXPORTS
  4.     ; Explicit exports can go here
  5. Stock_Init @ 1
  6. Stock_Init_Nodialog @ 2
  7. Stock_Quit @ 3
  8. GetTotalNumber @ 4
  9. GetStockByNoEx @ 5
  10. GetStockByCodeEx @ 6
  11. SetupReceiver @ 7
  12. GetStockDrvInfo @ 8
  13. IsEngineWorking @ 9
  14. RequestStockData @ 10
  15. SetAutoReport @ 11