home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.programmer
- Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!pacbell.com!well!shiva
- From: shiva@well.sf.ca.us (Kenneth Porter)
- Subject: Finding a thread's hab
- Message-ID: <BtyvzI.HMo@well.sf.ca.us>
- Sender: news@well.sf.ca.us
- Organization: Whole Earth 'Lectronic Link
- Date: Wed, 2 Sep 1992 20:09:17 GMT
- Lines: 8
-
- How can a thread determine whether it has an anchor block? I'd
- like to code debugging functions that put up message boxes without
- having to pass an anchor block in as an argument. The only way I
- can see to do this now is to maintain a static array of habs indexed
- by thread and updated whenever WinInitialize and WinTerminate are
- called.
-
- Ken
-