home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / tty / tty.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-03-05  |  433 b   |  18 lines

  1. /* String table constants */
  2. #define IDSNAME     100
  3. #define IDSABOUT    200
  4. #define IDSTITLE    300
  5.  
  6. /* 'About' dialog box resource id */
  7. #define ABOUTBOX    1
  8.  
  9. /* icon name */
  10. #define TTYICON 1
  11. #define TTYEXIT 101
  12. #define TTYCONNECT 201
  13. #define TTYSETTINGS 202
  14.  
  15. #define COMM_CHARS    WM_USER+1    // characters received from comm port
  16.                     //  wParam contains the number of chars
  17.                     //  lParam contains a lp to string
  18.