home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / toolkt21 / c / samples / queues / svrqglbl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-12  |  948 b   |  18 lines

  1. /*==============================================================*\
  2.  *  svrqglbl.h - Sample queue apps include file
  3.  *      Copyright 1991 IBM Corp.
  4.  *--------------------------------------------------------------
  5.  *
  6.  *  This resource file contains external global definitions.
  7.  *
  8. \*==============================================================*/
  9. /*--------------------------------------------------------------*\
  10.  *  Global variables                                            *
  11. \*--------------------------------------------------------------*/
  12.  
  13. extern HWND hwndMainFrame;            /* handle to the main frame window */
  14. extern HWND hwndMain;                 /* handle to the main client window */
  15. extern HAB  hab;                      /* anchor block for the process */
  16. extern BOOL fHelpEnabled;             /* flag to determine if help is enabled */
  17. extern BOOL fThrdsDead;               /* notification of thread exitting */
  18.