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.

33 lines
1.0 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 2000
  5. //
  6. // File: cstrings.h
  7. //
  8. // Contents: Declares the global strings that are used in the parser
  9. //
  10. // History: 07-Sep-2000 JeffJon Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #ifndef _CSTRINGS_H_
  14. #define _CSTRINGS_H_
  15. extern PCWSTR c_sz_arg1_com_debug;
  16. extern PCWSTR c_sz_arg1_com_help;
  17. extern PCWSTR c_sz_arg2_com_help;
  18. extern PCWSTR c_sz_arg1_com_server;
  19. extern PCWSTR c_sz_arg2_com_server;
  20. extern PCWSTR c_sz_arg1_com_domain;
  21. extern PCWSTR c_sz_arg2_com_domain;
  22. extern PCWSTR c_sz_arg1_com_username;
  23. extern PCWSTR c_sz_arg2_com_username;
  24. extern PCWSTR c_sz_arg1_com_password;
  25. extern PCWSTR c_sz_arg2_com_password;
  26. extern PCWSTR c_sz_arg1_com_quiet;
  27. extern PCWSTR c_sz_arg1_com_newparent;
  28. extern PCWSTR c_sz_arg1_com_newname;
  29. extern PCWSTR c_sz_arg1_com_objectDN;
  30. extern PCWSTR g_pszDSCommandName;
  31. #endif //_CSTRINGS_H_