nt9856x/code/application/source/cardv/SrcCode/UIApp/Photo/UIDateImprint.h
2023-03-28 15:07:53 +08:00

14 lines
407 B
C
Executable File

#ifndef _UI_DATEIMPRINT_H
#define _UI_DATEIMPRINT_H
//#include "imgcapcbmsg.h"
#include "ImageApp/ImageApp_Photo_CapCbMsg.h"
extern void UiDateImprint_InstallID(void) _SECTION(".kercfg_text");
extern void UiDateImprint_SetEnable(BOOL bEnable);
extern BOOL UiDateImprint_GenData(IMG_CAP_DATASTAMP_INFO *pInfo);
extern void UiDateImprint_InitBuff(void);
extern void UiDateImprint_DestroyBuff(void);
#endif