Subject isc_que_events
Author Robert F. Tulloch
Hi:

ISC_STATUS isc_que_events(
ISC_STATUS *status_vector,
isc_db_handle *db_handle,
ISC_LONG *event_id,
short length,
char *event_buffer,
isc_callback event_function,
void *event_function_arg);

Is this to be called for each vent you want notification on or can it send a whole
block of events?

The docs say event_beffer contains the current count of events to be waited upon. Not
clear what that means since event_id can be for only one event.

Thanks.

Best regards