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.

41 lines
1.3 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 2000
  5. //
  6. // File: commonstrings.h
  7. //
  8. // Contents: Declares the global strings that are used in the parser
  9. //
  10. // History: 27-Aug-2001 JonN split from individual commands
  11. //
  12. //--------------------------------------------------------------------------
  13. #ifndef _COMMONSTRINGS_H_
  14. #define _COMMONSTRINGS_H_
  15. //
  16. // Common switches
  17. //
  18. extern PCWSTR c_sz_arg1_com_debug;
  19. extern PCWSTR c_sz_arg1_com_help;
  20. extern PCWSTR c_sz_arg2_com_help;
  21. extern PCWSTR c_sz_arg1_com_server;
  22. extern PCWSTR c_sz_arg2_com_server;
  23. extern PCWSTR c_sz_arg1_com_domain;
  24. extern PCWSTR c_sz_arg2_com_domain;
  25. extern PCWSTR c_sz_arg1_com_username;
  26. extern PCWSTR c_sz_arg2_com_username;
  27. extern PCWSTR c_sz_arg1_com_password;
  28. extern PCWSTR c_sz_arg2_com_password;
  29. extern PCWSTR c_sz_arg1_com_quiet;
  30. extern PCWSTR c_sz_arg1_com_continue;
  31. extern PCWSTR c_sz_arg1_com_description;
  32. extern PCWSTR c_sz_arg1_com_objecttype;
  33. extern PCWSTR c_sz_arg1_com_objectDN;
  34. // Unicode switches
  35. extern PCWSTR c_sz_arg1_com_unicode;
  36. extern PCWSTR c_sz_arg1_com_unicodeinput;
  37. extern PCWSTR c_sz_arg1_com_unicodeoutput;
  38. #endif // _COMMONSTRINGS_H_