Windows2003-3790/admin/dscmd/commonstrings.cpp
2020-09-30 16:53:55 +02:00

38 lines
1.4 KiB
C++

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 2000
//
// File: commonstrings.cpp
//
// Contents: Defines the global strings that are used in the parser
//
// History: 27-Aug-2001 JonN Split from individual commands
//
//--------------------------------------------------------------------------
//
// Common switches
//
PCWSTR c_sz_arg1_com_debug = L"debug";
PCWSTR c_sz_arg1_com_help = L"h";
PCWSTR c_sz_arg2_com_help = L"?";
PCWSTR c_sz_arg1_com_server = L"s";
PCWSTR c_sz_arg2_com_server = L"server";
PCWSTR c_sz_arg1_com_domain = L"d";
PCWSTR c_sz_arg2_com_domain = L"domain";
PCWSTR c_sz_arg1_com_username = L"u";
PCWSTR c_sz_arg2_com_username = L"username";
PCWSTR c_sz_arg1_com_password = L"p";
PCWSTR c_sz_arg2_com_password = L"password";
PCWSTR c_sz_arg1_com_quiet = L"q";
PCWSTR c_sz_arg1_com_continue = L"C";
PCWSTR c_sz_arg1_com_description = L"desc";
PCWSTR c_sz_arg1_com_objecttype = L"objecttype";
PCWSTR c_sz_arg1_com_objectDN = L"Target object for this command";
// Unicode switches
PCWSTR c_sz_arg1_com_unicode = L"uc";
PCWSTR c_sz_arg1_com_unicodeinput = L"uci";
PCWSTR c_sz_arg1_com_unicodeoutput = L"uco";