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.

44 lines
701 B

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