Subject | isc_que_events |
---|---|
Author | Robert F. Tulloch |
Post date | 2000-12-31T01:42:40Z |
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
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