home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / fsrc1241.zip / rexxexec.h < prev    next >
Text File  |  1995-11-01  |  323b  |  9 lines

  1. /* REXXEXEC.H */
  2.  
  3. /*--------------------------- Funktionsprototypen ---------------------------*/
  4.  
  5. int GetRexxErrorMsg(PCHAR pMsg, PCHAR pchTitle, ULONG ulMsgNr);
  6. int StartRexxScript(ULONG ulScriptID, PHWND phwndMonitor);
  7. void DisplayRexxError(HWND hwndOwner, char *pchText, char *pchTitle);
  8. int CreatePipes(void);
  9.