home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
-
- procs.h
- -------
-
- Procedure declarations for the TextView DLL demonstration application
-
- This source is Copyright (c) Alan Phillips 1991. It may be freely used
- and adapted for non-commercial applications. Commercial and ShareWare
- authors should first obtain the written permission of the author.
-
- The source is edited with a tab size of 4.
-
- *****************************************************************************/
-
- /* copy.c */
-
- void FAR PASCAL copy_menu_handler(HWND,WORD);
- void copy_trace_window(HWND);
- int FAR PASCAL notify_handler(HWND,LPSTR,int,BOOL);
-
- /* main.c */
-
- BOOL FAR PASCAL AboutDlgProc(HWND,unsigned,WORD,LONG);
- long FAR PASCAL WndProc(HWND,unsigned,WORD,LONG);
-
- /* trace.c */
-
- void kill_trace_window(HWND);
- void FAR PASCAL menu_handler(HWND,WORD);
- void report_trace_status(void);
- void reset_tracing(HWND);
- void start_tracing(HWND);
- BOOL trace(LPSTR,COLORREF,...);
-
- /* utils.c */
-
- int message(LPSTR,LPSTR,WORD,...);
- void hourglass_off(void);
- void hourglass_on(HWND);
-
-