home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / message / reply.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-08-11  |  260 b   |  9 lines

  1. #define IDM_HELP            192
  2. #define IDM_RECEIVE         193
  3. #define IDM_ABOUT           194
  4. #define IDM_SEND            WM_USER + 101
  5. #define IDM_REGULAR         WM_USER + 102
  6.  
  7.  
  8. long FAR PASCAL WndProc                (HWND, unsigned, WORD, LONG);
  9.