summaryrefslogtreecommitdiffstats
path: root/private/unimodem/modemui/cstrings.h
blob: 213122a7bffdb617148ba1c192a1833a4400c82c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
//---------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation 1993-1994
//
// File: cstrings.h
//
//---------------------------------------------------------------------------

#ifndef _CSTRINGS_H_
#define _CSTRINGS_H_

extern TCHAR const FAR c_szNULL[];
extern TCHAR const FAR c_szDelim[];
extern TCHAR const FAR c_szBackslash[];

extern TCHAR const FAR c_szWinHelpFile[];

// Registry key names

extern TCHAR const FAR c_szClass[];
extern TCHAR const FAR c_szPortClass[];
extern TCHAR const FAR c_szModemClass[];
extern TCHAR const FAR c_szEnumPropPages[];
extern TCHAR const FAR c_szPortName[];
extern TCHAR const FAR c_szPortSubclass[];
extern TCHAR const FAR c_szConfigDialog[];
extern TCHAR const FAR c_szDeviceDesc[];
extern TCHAR const FAR c_szAttachedTo[];
extern TCHAR const FAR c_szDeviceType[];
extern TCHAR const FAR c_szDeviceCaps[];
extern TCHAR const FAR c_szFriendlyName[];
extern TCHAR const FAR c_szDefault[];
extern TCHAR const FAR c_szDCB[];
extern TCHAR const FAR c_szUserInit[];
extern TCHAR const FAR c_szLogging[];
extern TCHAR const FAR c_szLoggingPath[];
extern TCHAR const FAR c_szPathEnum[];
extern TCHAR const FAR c_szPathRoot[];
extern TCHAR const FAR c_szInactivityScale[];

extern TCHAR const FAR c_szVoice[];
extern TCHAR const FAR c_szVoiceProfile[];

extern TCHAR const FAR c_szSerialUI[];

#endif  // _CSTRINGS_H_