home *** CD-ROM | disk | FTP | other *** search
- /*==============================================================*\
- * svrqglbl.h - Sample queue apps include file
- * Copyright 1991 IBM Corp.
- *--------------------------------------------------------------
- *
- * This resource file contains external global definitions.
- *
- \*==============================================================*/
- /*--------------------------------------------------------------*\
- * Global variables *
- \*--------------------------------------------------------------*/
-
- extern HWND hwndMainFrame; /* handle to the main frame window */
- extern HWND hwndMain; /* handle to the main client window */
- extern HAB hab; /* anchor block for the process */
- extern BOOL fHelpEnabled; /* flag to determine if help is enabled */
- extern BOOL fThrdsDead; /* notification of thread exitting */
-