Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version nyu B notes v1.5 12/10/84; site acf4.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!bellcore!decvax!genrad!panda!talcott!harvard!seismo!cmcl2!acf4!spector From: spector@acf4.UUCP (David HM Spector) Newsgroups: net.micro.mac Subject: Re: Event queue questions Message-ID: <1030030@acf4.UUCP> Date: Mon, 27-May-85 19:26:00 EDT Article-I.D.: acf4.1030030 Posted: Mon May 27 19:26:00 1985 Date-Received: Thu, 30-May-85 08:07:11 EDT References: <2010@ut-sally.UUCP> Organization: New York University Lines: 19 I believe that the structure of the queue entries is also defined in the event manager quide as something to the effect of: Type EventRecord = RECORD What : Integer; {Event Code} Message:LongInt; {Event Message} When : LongInt; {ticks since startup} Where: Point; {Mouse Location} modifiers: Integer; {Modifier Flags} End; The OS Event Manager gives the type for the OS Event queues, and I think that just chasing the qLink until you find NIL will tell you how many elents the queue containes. Dave Spector NYU/acf Systems Group