Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
1006 B

/* File: D:\WACKER\tdll\globals.h (Created: 26-Nov-1993)
*
* Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
* All rights reserved
*
* $Revision: 1 $
* $Date: 10/05/98 12:41p $
*/
#if !defined(INCL_GLOBALS)
#define INCL_GLOBALS
/* --- Functions to set and query global paramaters. --- */
LPTSTR glblQueryHelpFileName(void);
void glblSetHelpFileName(void);
HINSTANCE glblQueryHinst(void);
void glblSetHinst(const HINSTANCE hInst);
HINSTANCE glblQueryDllHinst(void);
void glblSetDllHinst(const HINSTANCE hInst);
void glblSetAccelHdl(const HACCEL hAccelerator);
HACCEL glblQueryAccelHdl(void);
void glblSetHwndFrame(const HWND hwnd);
HWND glblQueryHwndFrame(void);
int glblAddModelessDlgHwnd(const HWND hwnd);
int glblDeleteModelessDlgHwnd(const HWND hwnd);
int glblQueryProgramStatus(void);
int glblSetProgramStatus(int nStatus);
HWND glblQueryHwndBanner(void);
void glblSetHwndBanner(const HWND hwnd);
#endif