1 |
/* wptW32API.h - Common API interface |
/* wptW32API.h - Common API interface |
2 |
* Copyright (C) 2001-2005 Timo Schulz |
* Copyright (C) 2001-2006 Timo Schulz |
3 |
* |
* |
4 |
* This file is part of WinPT. |
* This file is part of WinPT. |
5 |
* |
* |
31 |
|
|
32 |
/*-- wptMAPI.cpp --*/ |
/*-- wptMAPI.cpp --*/ |
33 |
int mapi_init (void); |
int mapi_init (void); |
34 |
int mapi_send_pubkey (const char * keyid, char * keyfile); |
int mapi_send_pubkey (const char *keyid, char *keyfile); |
35 |
int mapi_send_ascfile (char * ascfile); |
int mapi_send_ascfile (char *ascfile); |
36 |
void mapi_deinit (void); |
void mapi_deinit (void); |
37 |
|
|
38 |
/*-- wptW32API.cpp --*/ |
/*-- wptW32API.cpp --*/ |
39 |
char* make_filename (const char *path, const char *file, const char *ext); |
char* make_filename (const char *path, const char *file, const char *ext); |
40 |
|
char* make_special_filename (int folder, const char *file, const char *ext); |
41 |
int file_exist_check (const char *fname); |
int file_exist_check (const char *fname); |
42 |
int dir_exist_check (const char *dir); |
int dir_exist_check (const char *dir); |
43 |
DWORD get_file_size (const char *fname); |
DWORD get_file_size (const char *fname); |