windows-nt/Source/XPSP1/NT/admin/dscmd/dsmove/cstrings.h

34 lines
1 KiB
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 2000
//
// File: cstrings.h
//
// Contents: Declares the global strings that are used in the parser
//
// History: 07-Sep-2000 JeffJon Created
//
//--------------------------------------------------------------------------
#ifndef _CSTRINGS_H_
#define _CSTRINGS_H_
extern PCWSTR c_sz_arg1_com_debug;
extern PCWSTR c_sz_arg1_com_help;
extern PCWSTR c_sz_arg2_com_help;
extern PCWSTR c_sz_arg1_com_server;
extern PCWSTR c_sz_arg2_com_server;
extern PCWSTR c_sz_arg1_com_domain;
extern PCWSTR c_sz_arg2_com_domain;
extern PCWSTR c_sz_arg1_com_username;
extern PCWSTR c_sz_arg2_com_username;
extern PCWSTR c_sz_arg1_com_password;
extern PCWSTR c_sz_arg2_com_password;
extern PCWSTR c_sz_arg1_com_quiet;
extern PCWSTR c_sz_arg1_com_newparent;
extern PCWSTR c_sz_arg1_com_newname;
extern PCWSTR c_sz_arg1_com_objectDN;
extern PCWSTR g_pszDSCommandName;
#endif //_CSTRINGS_H_