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.

31 lines
634 B

  1. //---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997
  5. //
  6. // File: globals.hxx
  7. //
  8. // Contents:
  9. //
  10. // History:
  11. //----------------------------------------------------------------------------
  12. extern WCHAR *szProviderName;
  13. extern KWDLIST KeywordList[];
  14. //
  15. // Static Representation of the Object Classes
  16. //
  17. // Note: These tables need to be integrated directly with the
  18. // schema global data structures
  19. //
  20. //
  21. // IIS classes
  22. //
  23. extern PROPERTYINFO g_aIISProperties[];
  24. extern DWORD g_cIISProperties;