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
21 lines
808 B
//--------------------------------------------------------------------
|
|
// HWProv.cpp - constants for the MS hardware provider
|
|
// Copyright (C) Microsoft Corporation, 2001
|
|
//
|
|
// Created by: Duncan Bryce (duncanb), 9-28-2001
|
|
//
|
|
// Numeric and string semi-public constants
|
|
//
|
|
|
|
// Registry keys for the hardware provider
|
|
#define wszHwProvRegKeyConfig L"System\\CurrentControlSet\\Services\\W32Time\\TimeProviders\\HWClient"
|
|
|
|
// Registry entries for the hardware providers
|
|
#define wszHwProvRegValueBaudRate L"BaudRate"
|
|
#define wszHwProvRegValueByteSize L"ByteSize"
|
|
#define wszHwProvRegValueParity L"Parity"
|
|
#define wszHwProvRegValueStopBits L"StopBits"
|
|
#define wszHwProvRegValueComPort L"ComPort"
|
|
#define wszHwProvRegValueFormat L"Format"
|
|
#define wszHwProvRegValueRefID L"RefID"
|
|
|