wdt_jpg_api.h
上传用户:sunhongbo
上传日期:2022-01-25
资源大小:3010k
文件大小:1k
- /*===============================================================================
- File Name:wdt_jpg_api.h
- Author:szhy
- Create Time:2008-3-17
-
- Description:jpeg control
- Class Name:"jpg"
- History:
- ===============================================================================*/
- #ifndef __WDT_JPG_API_H_
- #define __WDT_JPG_API_H_
- /*-------------------------------------------------------------------------------
- Macro Define
- -------------------------------------------------------------------------------*/
- #define DEF_JPG(lpClassName,x,y,nWidth,nHeight,ID,parentID)
- lpClassName,x,y,nWidth,nHeight,ID,parentID,0,0,0,0,0,0,0,0,0,
- /*-------------------------------------------------------------------------------
- Constant Define
- -------------------------------------------------------------------------------*/
- #define WDT_JPG_SV_DATA 1
- /*-------------------------------------------------------------------------------
- Function Declare
- -------------------------------------------------------------------------------*/
- void WDT_JPG_API_Register(void);
- PU08 WDT_JPG_API_GetVersion(void);
- #endif