Source code of Windows XP (NT5)
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

  1. /****************************************************************************
  2. *
  3. * pioncnfg.h
  4. *
  5. * Copyright (c) 1991-1993 Microsoft Corporation. All Rights Reserved.
  6. *
  7. ***************************************************************************/
  8. #define IDD_PIONCNFG 1
  9. #define R_4800 4
  10. #define R_9600 5
  11. #define BAUD_RATE_SELECT 6
  12. #define P_COM1 100
  13. #define P_COM2 101
  14. #define P_COM3 102
  15. #define P_COM4 103
  16. #define P_SELECT 104
  17. int PASCAL FAR pionConfig(HWND hwndParent, LPDRVCONFIGINFO lpInfo);