windows-nt/Source/XPSP1/NT/multimedia/media/samples/mcipionr/pioncnfg.h
2020-09-26 16:20:57 +08:00

23 lines
592 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);