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.

37 lines
1.4 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 2000
  5. //
  6. // File: commonstrings.cpp
  7. //
  8. // Contents: Defines the global strings that are used in the parser
  9. //
  10. // History: 27-Aug-2001 JonN Split from individual commands
  11. //
  12. //--------------------------------------------------------------------------
  13. //
  14. // Common switches
  15. //
  16. PCWSTR c_sz_arg1_com_debug = L"debug";
  17. PCWSTR c_sz_arg1_com_help = L"h";
  18. PCWSTR c_sz_arg2_com_help = L"?";
  19. PCWSTR c_sz_arg1_com_server = L"s";
  20. PCWSTR c_sz_arg2_com_server = L"server";
  21. PCWSTR c_sz_arg1_com_domain = L"d";
  22. PCWSTR c_sz_arg2_com_domain = L"domain";
  23. PCWSTR c_sz_arg1_com_username = L"u";
  24. PCWSTR c_sz_arg2_com_username = L"username";
  25. PCWSTR c_sz_arg1_com_password = L"p";
  26. PCWSTR c_sz_arg2_com_password = L"password";
  27. PCWSTR c_sz_arg1_com_quiet = L"q";
  28. PCWSTR c_sz_arg1_com_continue = L"C";
  29. PCWSTR c_sz_arg1_com_description = L"desc";
  30. PCWSTR c_sz_arg1_com_objecttype = L"objecttype";
  31. PCWSTR c_sz_arg1_com_objectDN = L"Target object for this command";
  32. // Unicode switches
  33. PCWSTR c_sz_arg1_com_unicode = L"uc";
  34. PCWSTR c_sz_arg1_com_unicodeinput = L"uci";
  35. PCWSTR c_sz_arg1_com_unicodeoutput = L"uco";