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.
 
 
 
 
 
 

84 lines
2.0 KiB

//---------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation 1993-1994
//
// File: cstrings.h
//
//---------------------------------------------------------------------------
#ifndef _CSTRINGS_H_
#define _CSTRINGS_H_
extern TCHAR const c_szNULL[];
extern TCHAR const c_szZero[];
extern TCHAR const c_szDelim[];
extern TCHAR const c_szAllFiles[];
extern TCHAR const c_szEllipses[];
// Class names
// Executable and DLL names
extern TCHAR const c_szEngineDLL[];
extern TCHAR const c_szCabinet[];
extern TCHAR const c_szCabinetClass[];
extern TCHAR const c_szWinHelpFile[];
extern TCHAR const c_szDllGetClassObject[];
extern TCHAR const c_szOpen[];
#ifdef DEBUG
// These declarations are located in err.c
//
extern TCHAR const c_szNewline[];
extern TCHAR const c_szTrace[];
extern TCHAR const c_szDbg[];
extern TCHAR const c_szAssertFailed[];
#endif
// Ini file name
extern TCHAR const c_szIniFile[];
extern TCHAR const c_szDesktopIni[];
extern TCHAR const c_szRunWizard[];
// Ini section names
extern TCHAR const c_szIniSecExclude[];
extern TCHAR const c_szIniSecFilter[];
extern TCHAR const c_szIniSecBriefcase[];
#ifdef DEBUG
extern TCHAR const c_szIniSecDebugUI[];
#endif
// Ini key names
extern TCHAR const c_szIniKeyCLSID[];
extern TCHAR const c_szCLSID[];
extern TCHAR const c_szIniKeyPBar[];
extern TCHAR const c_szIniKeyFile[];
extern TCHAR const c_szIniKeyType[];
#ifdef DEBUG
extern TCHAR const c_szIniKeyTraceFlags[];
extern TCHAR const c_szIniKeyDumpFlags[];
extern TCHAR const c_szIniKeyBreakOnOpen[];
extern TCHAR const c_szIniKeyBreakOnClose[];
extern TCHAR const c_szIniKeyBreakOnRunOnce[];
extern TCHAR const c_szIniKeyBreakOnValidate[];
extern TCHAR const c_szIniKeyBreakOnThreadAtt[];
extern TCHAR const c_szIniKeyBreakOnThreadDet[];
extern TCHAR const c_szIniKeyBreakOnProcessAtt[];
extern TCHAR const c_szIniKeyBreakOnProcessDet[];
#endif
#endif // _CSTRINGS_H_