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.
 
 
 
 
 
 

20 lines
643 B

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 2000
//
// File: cstrings.cpp
//
// Contents: Defines the global strings that are used in the parser
//
// History: 07-Sep-2000 JeffJon Created
//
//--------------------------------------------------------------------------
#include "pch.h"
#include "commonstrings.cpp"
PCWSTR c_sz_arg1_com_noprompt = L"noprompt";
PCWSTR c_sz_arg1_com_subtree = L"subtree";
PCWSTR c_sz_arg1_com_exclude = L"exclude";
PCWSTR g_pszDSCommandName = L"dsrm";