Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ alPendingEvents(3dm) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

alOpenEventQueue(3dm)

oserror(3C)



alPendingEvents(3dm)                                      alPendingEvents(3dm)



NAME
     alPendingEvents - Get total number of event queued in event queue

SYNOPSIS
     #include <dmedia/audio.h>

     int alPendingEvents(ALeventQueue eventq)

PARAMETER
     eventq   expects a valid ALeventQueue initialized by
              alOpenEventQueue(3dm).


DESCRIPTION
     alPendingEvents(3dm) Returns the total number of events queued up in
     eventq.  If the event queue is empty, it returns 0.

DIAGNOSTICS
     Upon successful completion, alPendingEvents will return an int value with
     the number of events queued in eventq.  Otherwise, alPendingEvents
     returns -1 and sets an error number which can be retrieved with
     oserror(3C).

     alPendingEvents can fail for the following reason:

     ALBADINVALIDEVENTQ   eventq is either invalid or null.

SEE ALSO
     alOpenEventQueue(3dm), oserror(3C)


























                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026