|
UM C API
6.17
|
Structure that holds information for asynchronous operation callbacks. More...
#include <lbm.h>
Data Fields | |
| lbm_async_operation_function_cb | func |
| A callback function to receive status and completion of an asynchronous operation. | |
| lbm_event_queue_t * | evq |
| An event queue pointer; not yet supported. Should be set to NULL. | |
| void * | clientd |
| A client object pointer to be passed back in to the specified callback. | |
| int | flags |
| Bitmap indicating extra information about callback behavior. | |
Structure that holds information for asynchronous operation callbacks.