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

数据库系统

开发平台:

C/C++

  1. /*===============================================================================
  2.  File Name:wdt_jpg_api.h
  3.  Author:szhy
  4.  Create Time:2008-3-17
  5.  
  6.  Description:jpeg control
  7.  Class Name:"jpg"
  8.  History:
  9. ===============================================================================*/
  10. #ifndef __WDT_JPG_API_H_
  11. #define __WDT_JPG_API_H_
  12. /*-------------------------------------------------------------------------------
  13. Macro Define
  14. -------------------------------------------------------------------------------*/
  15. #define DEF_JPG(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. /*-------------------------------------------------------------------------------
  18. Constant Define
  19. -------------------------------------------------------------------------------*/
  20. #define WDT_JPG_SV_DATA      1
  21. /*-------------------------------------------------------------------------------
  22. Function Declare
  23. -------------------------------------------------------------------------------*/
  24. void WDT_JPG_API_Register(void);
  25. PU08 WDT_JPG_API_GetVersion(void);
  26. #endif