home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pmdbterm.zip / TerminalWindow.h < prev   
Text File  |  2000-04-17  |  314b  |  18 lines

  1. #define WC_TERMINALWINDOW                "TermWndClass"
  2.  
  3. typedef struct _TERMCDATA
  4. {
  5.    USHORT cb;
  6.    USHORT rows;
  7.    USHORT columns;
  8.    HFILE hDebugPipe;
  9.    BOOL fLogFile;
  10.    HFILE hfLogFile;
  11. }TERMCDATA, *PTERMCDATA;
  12.  
  13. /*
  14.  * Exported functions
  15.  */
  16. BOOL _Optlink registerTerminalWindow(HAB hAB);
  17.  
  18.