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.

45 lines
774 B

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  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. #pragma hdrstop
  20. //
  21. // global strings
  22. //
  23. WCHAR pszRegPathClass[] = REGSTR_PATH_CLASS_NT;
  24. WCHAR pszRegPathDeviceClass[] = REGSTR_PATH_DEVICE_CLASSES;
  25. WCHAR pszRegPathIDConfigDB[] = REGSTR_PATH_IDCONFIGDB;
  26. WCHAR pszRegKeyKnownDockingStates[] = REGSTR_KEY_KNOWNDOCKINGSTATES;
  27. WCHAR pszRegValueClass[] = REGSTR_VAL_CLASS;