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

  1. #define IDM_SHOW   1
  2. #define IDM_HIDE   2
  3. #define IDM_HELP   3
  4. #define IDM_ABOUT  4
  5.  
  6.  
  7. long FAR PASCAL WndProc (HWND, unsigned, WORD, LONG); 
  8.