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.

47 lines
611 B

  1. /*++
  2. Copyright (c) 1995-2001 Microsoft Corporation
  3. Module Name:
  4. cmdat.h
  5. Abstract:
  6. This module contains extern declarations for the global strings
  7. in cmdat.c
  8. Author:
  9. Paula Tomlinson (paulat) 8-20-1995
  10. Environment:
  11. User mode only.
  12. Revision History:
  13. 6-Jun-1995 paulat
  14. Creation and initial implementation.
  15. --*/
  16. //
  17. // includes
  18. //
  19. #include <windows.h>
  20. //
  21. // global strings
  22. //
  23. extern WCHAR pszRegPathClass[];
  24. extern WCHAR pszRegPathDeviceClass[];
  25. extern WCHAR pszRegPathIDConfigDB[];
  26. extern WCHAR pszRegKeyKnownDockingStates[];
  27. extern WCHAR pszRegValueClass[];