home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / OS2BAS.ZIP / WINSTDIO.BI < prev    next >
Text File  |  1989-07-27  |  444b  |  11 lines

  1. DECLARE SUB WinPrintS(hps AS LONG, PString AS STRING)
  2. DECLARE SUB WinPrint(hps AS LONG, PString AS STRING)
  3. DECLARE SUB WinCLS(hwnd AS LONG, hps&)
  4. DECLARE SUB WinResetStdIO(hwnd&, hps&)
  5. DECLARE SUB WinLocate(hwnd&, hps&, Row%, Col%)
  6. DECLARE FUNCTION WinPos%(hps&)
  7. DECLARE FUNCTION WinCSRLIN%(hwnd AS LONG, hps AS LONG)
  8. DECLARE SUB KeyMsg(hwnd&, mp1&, mp2&)
  9. DECLARE FUNCTION WinInkey$ ()
  10. DECLARE FUNCTION WinInput%(hps&, prompt$, var$)
  11.