\fBName\fP

AuLookupEventHandler - find the next handler for an event.

\fBSynopsis\fP

#include <audio/audiolib.h>

AuEventHandlerRec *AuLookupEventHandler(server, event, start)

    AuServer *server;
    AuEvent *event;
    AuEventHandlerRec *start;

\fBArguments\fP

server

Specifies the connection to the audio server.

event

Specifies the event to find a handler for.

startwith

Specifies the starting position.

\fBDescription\fP

AuLookupEventHandler searches the list of registered event handlers starting with startwith, and returns the next event handler or NULL if there isnt one.

\fBSee Also\fP

AuDispatchEvent, AuRegisterEventHandler, AuUnregisterEventHandler.

audiolib - Network Audio System C Language Interface