•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ EvntMulti ]

#include <aes.h>

int EvntMulti( EVENT *evnt_struct );

  <evnt_struct> points to a data structure containing all of the
                parameters used by evnt_multi().


Function waits for any combination of selected events.
It returns the bit flags for ALL selected events which occurred.

EvntMulti() is simply an alternate binding for evnt_multi() which
has less overhead associated with the parameter passing.
(It runs faster.)

AES Opcode 25

See also Event.