21 |
#ifndef WPT_DIALOGS_H |
#ifndef WPT_DIALOGS_H |
22 |
#define WPT_DIALOGS_H |
#define WPT_DIALOGS_H |
23 |
|
|
24 |
|
#include "w32gpgme.h" |
25 |
|
|
26 |
/*-- Clipboard dialogs --*/ |
/*-- Clipboard dialogs --*/ |
27 |
BOOL CALLBACK clip_edit_dlg_proc( HWND dlg, |
BOOL CALLBACK clip_edit_dlg_proc( HWND dlg, |
28 |
UINT msg, |
UINT msg, |
159 |
WPARAM wparam, |
WPARAM wparam, |
160 |
LPARAM lparam); |
LPARAM lparam); |
161 |
|
|
|
BOOL CALLBACK import_status_dlg_proc( HWND dlg, |
|
|
UINT msg, |
|
|
WPARAM wparam, |
|
|
LPARAM lparam ); |
|
162 |
|
|
163 |
BOOL CALLBACK sig_class_dlg_proc( HWND dlg, |
BOOL CALLBACK sig_class_dlg_proc( HWND dlg, |
164 |
UINT msg, |
UINT msg, |
246 |
int keygen_cb_dlg_create (void); |
int keygen_cb_dlg_create (void); |
247 |
void keygen_cb_dlg_destroy (void); |
void keygen_cb_dlg_destroy (void); |
248 |
void keygen_cb (void *opaque, const char *what, |
void keygen_cb (void *opaque, const char *what, |
249 |
int type, unsigned curretn, unsigned total); |
int type, int curretn, int total); |
250 |
|
|
251 |
/*-- Data callback --*/ |
/*-- Data callback --*/ |
252 |
struct data_callback_s; |
struct data_callback_s; |
289 |
UINT msg, |
UINT msg, |
290 |
WPARAM wparam, |
WPARAM wparam, |
291 |
LPARAM lparam ); |
LPARAM lparam ); |
292 |
int clip_decrypt_dlg( HWND hwnd ); |
gpgme_error_t clip_decrypt_dlg (HWND hwnd); |
293 |
|
|
294 |
void progress_callback (void * opaque, const char * what, int type, |
void progress_callback (void * opaque, const char * what, int type, |
295 |
unsigned off, unsigned max); |
int off, int max); |
296 |
|
|
297 |
/*-- Misc --*/ |
/*-- Misc --*/ |
298 |
BOOL CALLBACK first_run_dlg_proc( HWND dlg, |
BOOL CALLBACK first_run_dlg_proc( HWND dlg, |
317 |
BOOL CALLBACK card_keygen_dlg_proc( HWND dlg, UINT msg, WPARAM wparam, |
BOOL CALLBACK card_keygen_dlg_proc( HWND dlg, UINT msg, WPARAM wparam, |
318 |
LPARAM lparam ); |
LPARAM lparam ); |
319 |
|
|
320 |
/*-- wptClipImportDlg.cpp --*/ |
|
|
void print_import_status( int *import_res, int is_revcert ); |
|
321 |
|
|
322 |
/*-- wptMapi.cpp --*/ |
/*-- wptMapi.cpp --*/ |
323 |
BOOL CALLBACK winpt_mail_proc (HWND dlg, UINT msg, WPARAM wparam, LPARAM lparam); |
BOOL CALLBACK winpt_mail_proc (HWND dlg, UINT msg, WPARAM wparam, LPARAM lparam); |