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

  1. #define IDM_ABOUT         45
  2. #define IDM_CHOOSERANDOM  46
  3. #define IDM_HELP          47
  4. #define IDM_CHOOSE        48
  5. #define IDM_CLOCK         49
  6. #define IDM_DOSDIRSORT    50
  7. #define IDM_SPAWNIT       51
  8. #define IDM_NOTEPAD       52
  9. #define IDM_DOSTYPE       53
  10. #define IDM_SPAWNALL      54
  11. #define IDD_X             55
  12. #define IDD_Y             56
  13. #define IDM_REPLY         57
  14. #define IDM_REPLYREGULAR  58
  15. #define IDM_SEND          WM_USER + 101
  16. #define IDM_REGULAR       WM_USER + 102
  17.  
  18.  
  19. long FAR PASCAL WndProc                (HWND, unsigned, WORD, LONG) ;
  20. BOOL FAR PASCAL EnterPointDlgProc      (HWND, unsigned, WORD, LONG) ;
  21. BOOL FAR PASCAL NewEnterPointDlgProc   (HWND, unsigned, WORD, LONG);
  22. HWND            FindNextWindow         (HWND) ;
  23. BOOL            FindPeriod             (char *);
  24. extern int far pascal Int21Function4B  (BYTE, LPSTR, LPSTR);
  25.  
  26.