-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sttxt_v2.h
33 lines (29 loc) · 862 Bytes
/
Sttxt_v2.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#ifndef _VRE_APP_WIZARDTEMPLATE_
#define _VRE_APP_WIZARDTEMPLATE_
#define SUPPORT_BG
#include "vmsys.h"
#include "vmio.h"
#include "vmgraph.h"
#include "vmchset.h"
#include "vmstdlib.h"
#include "stdio.h"
//#include "ResID.h"
//#include "vm4res.h"
#include "vmsms.h"
#include "string.h"
#include "stdint.h"
#include <time.h>
//#include "vmmm.h"
#include "vmtimer.h"
#include "vmpromng.h"
//VMINT layer_hdl[1]; ////layer handle array.
void mre_read_sms();
static void mre_sms_read_callback_function(vm_sms_callback_t *callback_data);
static void mre_msg_content_display(void);
void create_app_txt_filename(VMWSTR text);
void create_auto_filename(VMWSTR text);
void create_auto_full_path_name(VMWSTR result, VMWSTR fname);
void checkFileExist(void);
void timer(int a);
void handle_sysevt(VMINT message, VMINT param);
#endif