21 |
#ifndef WPT_W32_API_H |
#ifndef WPT_W32_API_H |
22 |
#define WPT_W32_API_H |
#define WPT_W32_API_H |
23 |
|
|
24 |
/*#include "wptCrypto.h"*/ |
#include "wptCrypto.h" |
25 |
#include "wptUtil.h" |
#include "wptUtil.h" |
26 |
|
|
27 |
struct reminder_ctx_s { |
struct reminder_ctx_s { |
53 |
int file_exist_check (const char *fname); |
int file_exist_check (const char *fname); |
54 |
int dir_exist_check (const char *dir); |
int dir_exist_check (const char *dir); |
55 |
DWORD get_file_size (const char *fname); |
DWORD get_file_size (const char *fname); |
56 |
|
int get_file_version (const char *fname, WORD *major, WORD *minor, |
57 |
|
WORD *patch1, WORD *patch2); |
58 |
|
|
59 |
int get_window_contents( HWND old_hwnd, curr_wnd_ctx *ctx, int *r_hotkey ); |
int get_window_contents( HWND old_hwnd, curr_wnd_ctx *ctx, int *r_hotkey ); |
60 |
int set_window_contents( HWND old_hwnd, curr_wnd_ctx *ctx ); |
int set_window_contents( HWND old_hwnd, curr_wnd_ctx *ctx ); |