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.

33 lines
841 B

  1. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  2. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  3. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  4. // PARTICULAR PURPOSE.
  5. //
  6. // Copyright 1998 - 2003 Microsoft Corporation. All Rights Reserved.
  7. //
  8. // FILE: Globals.h
  9. //
  10. //
  11. // PURPOSE: Lists of globals declared in Globals.cpp.
  12. //
  13. //
  14. // PLATFORMS:
  15. //
  16. // Windows 2000, Windows XP, Windows Server 2003
  17. //
  18. //
  19. #ifndef _GLOBALS_H
  20. #define _GLOBALS_H
  21. ///////////////////////////////////////
  22. // Globals
  23. ///////////////////////////////////////
  24. extern HINSTANCE ghInstance; // Module's Instance handle from DLLEntry of process.
  25. extern HANDLE ghActCtx; // Module's Activation Context from DLLEntry of process.
  26. #endif