Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!claris!outpost.UUCP!peirce From: peirce@outpost.UUCP (Michael Peirce) Newsgroups: comp.sys.mac.programmer Subject: Re: interrupt routines under MultiFinder Message-ID: <0B010004.e00i8c@outpost.UUCP> Date: 26 Jan 91 17:56:58 GMT Reply-To: peirce@outpost.UUCP Organization: Peirce Software Lines: 28 X-Mailer: uAccess - Mac Release: 1.0.3 In article <0B010004.2d5jqc@outpost.UUCP>, peirce@outpost.UUCP (Michael Peirce) writes: > > > In article <1051@lclark.UUCP>, dan@lclark.UUCP (Dan Revel) writes: > > You can put something like the following where it can be called once > every time through your event loop. > > // check for GetRequest completion > > if (getRequestATPPB.ioResult == 1) > { > HandleTheRequest; > }; Sorry, got that wardsback, it should be if (getRequestATPPB.ioResult != 1) { HandleTheRequest; }; -- michael -- Michael Peirce -- outpost!peirce@claris.com -- Peirce Software -- Suite 301, 719 Hibiscus Place -- Macintosh Programming -- San Jose, California 95117 -- & Consulting -- (408) 244-6554, AppleLink: PEIRCE