Event Functions

From InterBase

Go Up to Function Categories


The following table summarizes the InterBase API functions available for handling events in an application:

Event functions
Function name Purpose

isc_cancel_events()

Cancel interest in an event

isc_event_block()

Allocate event parameter buffers

isc_event_counts()

Get the change in values of event counters in the event array

isc_que_events()

Wait asynchronously until an event is posted

isc_wait_for_event()

Wait synchronously until an event is posted

Advance To: