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.2 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 2000
  5. //
  6. // File: cstrings.cpp
  7. //
  8. // Contents: Defines the global strings that are used in the parser
  9. //
  10. // History: 07-Sep-2000 JeffJon Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #include "pch.h"
  14. PCWSTR c_sz_arg1_com_debug = L"debug";
  15. PCWSTR c_sz_arg1_com_help = L"h";
  16. PCWSTR c_sz_arg2_com_help = L"?";
  17. PCWSTR c_sz_arg1_com_server = L"s";
  18. PCWSTR c_sz_arg2_com_server = L"server";
  19. PCWSTR c_sz_arg1_com_domain = L"d";
  20. PCWSTR c_sz_arg2_com_domain = L"domain";
  21. PCWSTR c_sz_arg1_com_username = L"u";
  22. PCWSTR c_sz_arg2_com_username = L"username";
  23. PCWSTR c_sz_arg1_com_password = L"p";
  24. PCWSTR c_sz_arg2_com_password = L"password";
  25. PCWSTR c_sz_arg1_com_quiet = L"q";
  26. PCWSTR c_sz_arg1_com_noprompt = L"noprompt";
  27. PCWSTR c_sz_arg1_com_continue = L"C";
  28. PCWSTR c_sz_arg1_com_subtree = L"subtree";
  29. PCWSTR c_sz_arg1_com_exclude = L"exclude";
  30. PCWSTR c_sz_arg1_com_objectDN = L"Target object for this command";
  31. PCWSTR g_pszDSCommandName = L"dsrm";