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

数据库系统

开发平台:

C/C++

  1. /*===============================================================================
  2.  File Name:wdt_odc_api.h
  3.  Author:QJX
  4.  Create Time:2007-9-6
  5.  
  6.  Description:on draw control
  7.  Class Name:"ODC"
  8.  History:
  9. ===============================================================================*/
  10. #ifndef __WDT_ODC_API_H_
  11. #define __WDT_ODC_API_H_
  12. /*-------------------------------------------------------------------------------
  13. Macro Define
  14. -------------------------------------------------------------------------------*/
  15. #define DEF_ODC(lpClassName,x,y,nWidth,nHeight,ID,parentID) 
  16. lpClassName,x,y,nWidth,nHeight,ID,parentID,0,0,0,0,0,0,0,0,0,
  17. #define DEF_ODC_EVE(ID,lpOnPaint,lpOnKey) ID,0,0,lpOnPaint,lpOnKey,0,
  18. /*-------------------------------------------------------------------------------
  19. Function Declare
  20. -------------------------------------------------------------------------------*/
  21. void WDT_ODC_API_Register(void);
  22. PU08 WDT_ODC_API_GetVersion(void);
  23. #endif
  24.