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
831 B

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1995 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: Globals.cpp
  6. * Content: Definition of global variables.
  7. *@@BEGIN_MSINTERNAL
  8. * History:
  9. * Date By Reason
  10. * ==== == ======
  11. * 07/21/99 mjn Created
  12. * 07/13/2000 rmt Added critical sections to protect FPMs
  13. *@@END_MSINTERNAL
  14. *
  15. ***************************************************************************/
  16. #include "dnaddri.h"
  17. //
  18. // Global Variables
  19. //
  20. DWORD GdwHLocks = 0;
  21. DWORD GdwHObjects = 0;
  22. LPFPOOL fpmAddressClassFacs = NULL;
  23. LPFPOOL fpmAddressObjects = NULL;
  24. LPFPOOL fpmAddressElements = NULL;
  25. LPFPOOL fpmAddressInterfaceLists = NULL;
  26. LPFPOOL fpmAddressObjectDatas = NULL;
  27. CStringCache *g_pcstrKeyCache = NULL;