Leaked source code of windows server 2003
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.

40 lines
981 B

  1. /* rc_id.hh -- Private header file for stdcom communications driver module
  2. *
  3. * Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 1 $
  7. * $Date: 10/05/98 1:02p $
  8. */
  9. /* --- Resource IDs --- */
  10. // Dialog control IDs
  11. #define ID_CB_XSENDING 101
  12. #define ID_CB_XRECVING 102
  13. #define ID_CMB_XON 103
  14. #define ID_CMB_XOFF 104
  15. #define ID_RB_RX_NONE 105
  16. #define ID_RB_RX_RTS 106
  17. #define ID_RB_RX_DTR 107
  18. #define ID_RB_TX_NONE 108
  19. #define ID_RB_TX_CTS 109
  20. #define ID_RB_TX_DSR 110
  21. #define ID_CMB_BREAK_DUR 111
  22. #define ID_TEXT_PARITY 112
  23. #define ID_TEXT_FRAMING 113
  24. #define ID_TEXT_OVERFLOW 114
  25. #define ID_TEXT_OVERRUN 115
  26. // String IDs
  27. #define SID_DEVICE_NAME 1
  28. #define SID_ERR_VERSION 2
  29. #define SID_ERR_NOMEM 3
  30. #define SID_ERR_NOPORT 4
  31. #define SID_ERR_NOOPEN 5
  32. #define SID_ERR_NOTIMER 6
  33. #define SID_ERR_WINDRIVER 7
  34. #define SID_ERR_BADSETTING 8
  35. #define SID_ERR_BADBAUD 9
  36. #define SID_ERR_BADCHARVAL 10