Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

35 lines
391 B

/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
externs.h
Abstract:
Holds externs for global variables.
Author:
abhisheV 21-September-1999
Environment:
User Level: Win32
Revision History:
--*/
extern HANDLE ghInstance;
extern LPWSTR gpszStrBindingOptions;
extern const ULONG guFatalExceptions[];
extern const int FATAL_EXCEPTIONS_ARRAY_SIZE;