home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / d / d020_1_4 / 6.ddi / TTY / WSTDIO.H < prev    next >
Encoding:
Text File  |  1990-06-01  |  240 b   |  8 lines

  1. /* Header file for use with WSTDIO.c */
  2.  
  3. BOOL stdioInit(HANDLE);
  4. HWND wopen(HWND,BOOL);
  5. HWND CreateStdioWindow(LPSTR,DWORD,int,int,int,int,HWND,HANDLE,BOOL);
  6. BOOL wputs(LPSTR);
  7. long FAR PASCAL StdioWndProc(HWND,unsigned,WORD,LONG);
  8.