/[winpt]/trunk/Include/wptW32API.h
ViewVC logotype

Diff of /trunk/Include/wptW32API.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 120 by werner, Wed Dec 7 17:06:29 2005 UTC revision 121 by twoaday, Mon Dec 12 11:19:56 2005 UTC
# Line 21  Line 21 
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 {
# Line 53  void release_file_lock (LOCK *ctx); Line 53  void release_file_lock (LOCK *ctx);
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 );

Legend:
Removed from v.120  
changed lines
  Added in v.121

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26