Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

win_prnt.hh

Go to the documentation of this file.
00001 
00002 #ifndef WIN_PRNT_HH
00003 #define WIN_PRNT_HH
00004 
00005 #include "rcs_defs.hh"          /* RCS_FAR, RCS_PASCAL */
00006 
00007 #if defined(_Windows) || defined(_WINDOWS)
00008 
00009 #ifdef __cplusplus
00010 extern "C"
00011 {
00012 #endif
00013 
00014 /* Create a window for rcs output. */
00015   void RCS_FAR *RCS_EXPORT create_default_rcs_print_window ();
00016 
00017   void RCS_FAR *RCS_EXPORT create_rcs_print_window (void RCS_FAR * hInstance,
00018                                                     int nCmdShow,
00019                                                     void RCS_FAR *
00020                                                     hwndParent);
00021 
00022 #ifdef __cplusplus
00023 }
00024 #endif
00025 
00026 extern void RCS_EXPORT remove_rcs_print_window ();
00027 
00028 extern void RCS_EXPORT start_rcs_print_window (void *);
00029 
00030 extern unsigned long RCS_EXPORT run_rcs_print_window (void *);
00031 
00032 
00033 extern void RCS_FAR RCS_PASCAL update_rcs_print_window ();
00034 
00035 extern void (*callback_on_rcs_print_window_close) (void);
00036 
00037 
00038 #endif
00039 
00040 
00041 #endif /* WIN_PRNT_HH */

Generated on Sun Dec 2 15:56:53 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001