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.
22 lines
592 B
22 lines
592 B
/****************************************************************************
|
|
*
|
|
* pioncnfg.h
|
|
*
|
|
* Copyright (c) 1991-1993 Microsoft Corporation. All Rights Reserved.
|
|
*
|
|
***************************************************************************/
|
|
|
|
#define IDD_PIONCNFG 1
|
|
|
|
#define R_4800 4
|
|
#define R_9600 5
|
|
|
|
#define BAUD_RATE_SELECT 6
|
|
|
|
#define P_COM1 100
|
|
#define P_COM2 101
|
|
#define P_COM3 102
|
|
#define P_COM4 103
|
|
#define P_SELECT 104
|
|
|
|
int PASCAL FAR pionConfig(HWND hwndParent, LPDRVCONFIGINFO lpInfo);
|