UM C API  6.16
lbm_async_operation_func_t Struct Reference

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_tevq
 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.
 

Detailed Description

Structure that holds information for asynchronous operation callbacks.


The documentation for this struct was generated from the following file: