mirror of https://github.com/tongzx/nt5src
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.
23 lines
567 B
23 lines
567 B
//---------------------------------------------------------------------------
|
|
//
|
|
// Copyright (c) Microsoft Corporation 1993-1996
|
|
//
|
|
// File: cstrings.h
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
|
|
#ifndef _CSTRINGS_H_
|
|
#define _CSTRINGS_H_
|
|
|
|
extern TCHAR const FAR c_szWinHelpFile[];
|
|
|
|
// Registry key names
|
|
|
|
extern TCHAR const FAR c_szPortClass[];
|
|
extern TCHAR const FAR c_szDeviceDesc[];
|
|
extern TCHAR const FAR c_szPortName[];
|
|
extern TCHAR const FAR c_szFriendlyName[];
|
|
extern TCHAR const FAR c_szDCB[];
|
|
|
|
#endif // _CSTRINGS_H_
|
|
|