home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / OS2 / QUEUES / CLIQGLBL.H < prev    next >
Text File  |  1995-04-24  |  774b  |  15 lines

  1. /*==============================================================*\
  2.  *  cliqglbl.h - extern declarations of global variables
  3.  *      Copyright 1991 IBM Corp.
  4.  *
  5. \*==============================================================*/
  6. /*--------------------------------------------------------------*\
  7.  *  Global variables                                            *
  8. \*--------------------------------------------------------------*/
  9.  
  10. extern HWND hwndMainFrame;            /* handle to the main frame window */
  11. extern HWND hwndMain;                 /* handle to the main client window */
  12. extern HAB  hab;                      /* anchor block for the process */
  13. extern BOOL fHelpEnabled;             /* flag to determine if help is enabled */
  14. extern BOOL fThrdsDead;
  15.