/[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 279 by twoaday, Mon Jan 15 22:02:32 2007 UTC revision 329 by twoaday, Fri Sep 25 16:08:14 2009 UTC
# Line 1  Line 1 
1  /* wptW32API.h - Common API interface  /* wptW32API.h - Common API interface
2   *      Copyright (C) 2001-2006 Timo Schulz   *      Copyright (C) 2001-2009 Timo Schulz
3   *   *
4   * This file is part of WinPT.   * This file is part of WinPT.
5   *   *
# Line 12  Line 12 
12   * but WITHOUT ANY WARRANTY; without even the implied warranty of   * but WITHOUT ANY WARRANTY; without even the implied warranty of
13   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14   * General Public License for more details.   * General Public License for more details.
  *  
  * You should have received a copy of the GNU General Public License  
  * along with WinPT; if not, write to the Free Software Foundation,  
  * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
15   */   */
16    
17  #ifndef WPT_W32_API_H  #ifndef WPT_W32_API_H
# Line 28  Line 24 
24  #include "wptCrypto.h"  #include "wptCrypto.h"
25  #include "wptUtil.h"  #include "wptUtil.h"
26    
 struct curr_wnd_ctx {  
     HWND main;  
     HWND focus;  
 };  
   
27  /*-- wptMAPI.cpp --*/  /*-- wptMAPI.cpp --*/
28  int mapi_init (void);  int mapi_init (void);
29  int mapi_send_pubkey (const char *keyid, char *keyfile);  int mapi_send_pubkey (const char *keyid, char *keyfile);
# Line 53  DWORD get_file_size (const char *fname); Line 44  DWORD get_file_size (const char *fname);
44  int get_file_version (const char *fname, WORD *major, WORD *minor,  int get_file_version (const char *fname, WORD *major, WORD *minor,
45                        WORD *patch1, WORD *patch2);                        WORD *patch1, WORD *patch2);
46    
47  int get_window_contents( HWND old_hwnd, curr_wnd_ctx *ctx, int *r_hotkey );  int copy_window_content (HWND old, HWND *r_main, HWND *r_focus,
48  int set_window_contents( HWND old_hwnd, curr_wnd_ctx *ctx );                           int use_hotkey);
49    int paste_window_content (HWND old, HWND main, HWND focus);
50    
51  void center_window (HWND hwndChild, HWND hwndParent);  void center_window (HWND hwndChild, HWND hwndParent);
52  void center_window2 (HWND hwndChild, HWND parent, HWND style);  void center_window2 (HWND hwndChild, HWND parent, HWND style);
# Line 85  const char* get_locale_timedate (long tm Line 77  const char* get_locale_timedate (long tm
77  int get_temp_name (char *buf, DWORD buflen, const char *name);  int get_temp_name (char *buf, DWORD buflen, const char *name);
78    
79  int GetDlgItemText_utf8 (HWND dlg, int id, char **r_txt);  int GetDlgItemText_utf8 (HWND dlg, int id, char **r_txt);
80    void ListBox_AddString_utf8 (HWND lb, const char *txt);
81    
82    BOOL user_is_admin (void);
83    
84  #define listbox_add_string(lb, string) \  #define listbox_add_string(lb, string) \
85      SendMessage( (lb), LB_ADDSTRING, 0, (LPARAM)(LPCSTR)(string) )      SendMessage( (lb), LB_ADDSTRING, 0, (LPARAM)(LPCSTR)(string) )
# Line 98  int GetDlgItemText_utf8 (HWND dlg, int i Line 93  int GetDlgItemText_utf8 (HWND dlg, int i
93  #define item_get_text_length(dlg, itm) \  #define item_get_text_length(dlg, itm) \
94          SendDlgItemMessage ((dlg), (itm), WM_GETTEXTLENGTH, 0, 0)          SendDlgItemMessage ((dlg), (itm), WM_GETTEXTLENGTH, 0, 0)
95    
96    int html_help_show (int map_id);
97  #ifdef _MSC_VER  #ifdef _MSC_VER
98  #include <htmlhelp.h>  #include <htmlhelp.h>
99    

Legend:
Removed from v.279  
changed lines
  Added in v.329

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26