/[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 24 by twoaday, Fri Sep 30 10:10:16 2005 UTC revision 25 by twoaday, Wed Oct 12 10:04:26 2005 UTC
# Line 61  struct LOCK { Line 61  struct LOCK {
61  };  };
62    
63    
64  /*-- mapi --*/  /*-- wptMAPI.cpp --*/
65  int mapi_init (void);  int mapi_init (void);
66  int mapi_send_pubkey (const char * keyid, char * keyfile);  int mapi_send_pubkey (const char * keyid, char * keyfile);
67  int mapi_send_ascfile (char * ascfile);  int mapi_send_ascfile (char * ascfile);
68  void mapi_deinit (void);  void mapi_deinit (void);
69    
70    /*-- wptW32API.cpp --*/
71  char* make_filename( const char *path, const char *file, const char *ext );  char* make_filename( const char *path, const char *file, const char *ext );
72  int init_file_lock( LOCK *ctx, const char *file );  int init_file_lock( LOCK *ctx, const char *file );
73  void release_file_lock( LOCK *ctx );  void release_file_lock( LOCK *ctx );
# Line 94  int msg_box( HWND hwnd, const char *text Line 95  int msg_box( HWND hwnd, const char *text
95  int check_date( SYSTEMTIME *st );  int check_date( SYSTEMTIME *st );
96  const char * get_filename_dlg( HWND hwnd, int id, const char * title,  const char * get_filename_dlg( HWND hwnd, int id, const char * title,
97                                 const char * filter, const char * name );                                 const char * filter, const char * name );
98    const char* get_filesave_dlg (HWND hwnd, const char *title,
99                                  const char *filter, const char *name);
100    const char* get_fileopen_dlg (HWND hwnd, const char *title,
101                                  const char *filter, const char *name);
102  const char * get_folder_dlg( HWND hwnd, const char * title, const char * name );  const char * get_folder_dlg( HWND hwnd, const char * title, const char * name );
103  char * m_strdup( const char *str );  char * m_strdup( const char *str );
104  const char * strtimestamp (long timestamp);  const char * strtimestamp (long timestamp);
# Line 118  int wipe_freespace (const char * drive, Line 123  int wipe_freespace (const char * drive,
123  #define item_get_text_length(dlg, itm) \  #define item_get_text_length(dlg, itm) \
124          SendDlgItemMessage ((dlg), (itm), WM_GETTEXTLENGTH, 0, 0)          SendDlgItemMessage ((dlg), (itm), WM_GETTEXTLENGTH, 0, 0)
125    
 #endif /* WPT_W32_API_H */  
126    #endif /* WPT_W32_API_H */

Legend:
Removed from v.24  
changed lines
  Added in v.25

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26