Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!im4u!rutgers!ames!sdcsvax!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Question on handling packets Message-ID: <8706122154.AA25211@cory.Berkeley.EDU> Date: Fri, 12-Jun-87 17:54:18 EDT Article-I.D.: cory.8706122154.AA25211 Posted: Fri Jun 12 17:54:18 1987 Date-Received: Sun, 21-Jun-87 01:12:34 EDT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 22 The DOS technical reference manual is seriously lacking of information required to implement device drivers. Can anybody tell me how to implement the following? (perry?): (from the device driver's point of view) ACTION_LOCATEOBJECT Arg1 is a Lock. Is this the home directory lock? What fields in the Lock structure must be filled in? ACTION_FREELOCK Do we FreeMem() the lock structure? Do we unlink the lock structure from the list? P.S. *ALL* the funcitons are poorly documented, the above two are simply a priority in my case. -Matt