home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / programm / 22175 < prev    next >
Encoding:
Text File  |  1993-01-25  |  675 b   |  23 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!wri!thunderpuppy.wri.com!jbrewer
  3. From: John Brewer <jbrewer@wri.com>
  4. Subject: Re: Verifying valid handles, how to?
  5. Message-ID: <1993Jan26.010315.7120@wri.com>
  6. X-Xxmessage-Id: <A789E9F0D2010A90@thunderpuppy.wri.com>
  7. X-Xxdate: Mon, 25 Jan 93 01: 03:12 GMT
  8. Sender: news@wri.com
  9. Nntp-Posting-Host: thunderpuppy.wri.com
  10. Organization: Wolfram Research, Inc.
  11. X-Useragent: Nuntius v1.1.1d16
  12. References: <1993Jan22.015520.1@fnalo.fnal.gov> <peter-230193180216@rocky.curtin.edu.au>
  13. Date: Tue, 26 Jan 1993 01:03:15 GMT
  14. Lines: 7
  15.  
  16. Um.... Why not just
  17.  
  18.     #define KillHandle(h) (DisposHandle(h), h = 0)
  19.  
  20. Simple, but effective....
  21.  
  22. John
  23.