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

  1. #define  IDM_RANDOM     101
  2. #define  IDM_ENTER      102
  3. #define  IDM_HELP       103
  4. #define  IDD_X          104
  5. #define  IDD_Y          105
  6. #define  IDM_ABOUT      106
  7.  
  8.  
  9. long FAR PASCAL WndProc                (HWND, unsigned, WORD, LONG);
  10. BOOL FAR PASCAL EnterPointDlgProc      (HWND, unsigned, WORD, LONG) ;
  11. BOOL FAR PASCAL NewEnterPointDlgProc   (HWND, unsigned, WORD, LONG);
  12. HWND            FindNextWindow         (HWND) ;
  13.