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.

21 lines
808 B

  1. //--------------------------------------------------------------------
  2. // HWProv.cpp - constants for the MS hardware provider
  3. // Copyright (C) Microsoft Corporation, 2001
  4. //
  5. // Created by: Duncan Bryce (duncanb), 9-28-2001
  6. //
  7. // Numeric and string semi-public constants
  8. //
  9. // Registry keys for the hardware provider
  10. #define wszHwProvRegKeyConfig L"System\\CurrentControlSet\\Services\\W32Time\\TimeProviders\\HWClient"
  11. // Registry entries for the hardware providers
  12. #define wszHwProvRegValueBaudRate L"BaudRate"
  13. #define wszHwProvRegValueByteSize L"ByteSize"
  14. #define wszHwProvRegValueParity L"Parity"
  15. #define wszHwProvRegValueStopBits L"StopBits"
  16. #define wszHwProvRegValueComPort L"ComPort"
  17. #define wszHwProvRegValueFormat L"Format"
  18. #define wszHwProvRegValueRefID L"RefID"