wdt_scr_api.h
上传用户:sunhongbo
上传日期:2022-01-25
资源大小:3010k
文件大小:1k
源码类别:

数据库系统

开发平台:

C/C++

  1. /*===============================================================================
  2.  File Name:wdt_scr_api.h
  3.  Author:szhy
  4.  Create Time:2007-8-3
  5.  
  6.  Description:scroll control
  7.  Class Name:"SCR"
  8.  History:
  9. ===============================================================================*/
  10. #ifndef __WDT_SCR_API_H_
  11. #define __WDT_SCR_API_H_
  12. /*-------------------------------------------------------------------------------
  13. Function Declare
  14. -------------------------------------------------------------------------------*/
  15. void WDT_SCR_API_Register(void);
  16. PU08 WDT_SCR_API_GetVersion(void);
  17. #endif