2025-04-27 07:49:33 -04:00

23 lines
614 B
C

/****************************************************************************
*
* 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);