home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sd386v50.zip / sd386src.zip / SHOWTHDS.H < prev    next >
Text File  |  1991-02-04  |  312b  |  10 lines

  1. /* The ThreadsWindowData structure is passed from
  2.  * showthds() to ShowHelpBox() to MenuThreads()
  3.  */
  4.  
  5. typedef struct {
  6.   uint   execitem;                      /* currently highlighted thread      */
  7.   uchar *pAllInfo;                      /* thread information block          */
  8. } ThreadsWindowData;
  9.  
  10.