Source code of Windows XP (NT5)
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

  1. //---------------------------------------------------------------------------
  2. //
  3. // Copyright (c) Microsoft Corporation 1993-1996
  4. //
  5. // File: cstrings.h
  6. //
  7. //---------------------------------------------------------------------------
  8. #ifndef _CSTRINGS_H_
  9. #define _CSTRINGS_H_
  10. extern TCHAR const FAR c_szWinHelpFile[];
  11. // Registry key names
  12. extern TCHAR const FAR c_szPortClass[];
  13. extern TCHAR const FAR c_szDeviceDesc[];
  14. extern TCHAR const FAR c_szPortName[];
  15. extern TCHAR const FAR c_szFriendlyName[];
  16. extern TCHAR const FAR c_szDCB[];
  17. #endif // _CSTRINGS_H_