| BrlAPI
    0.8
    | 
| Functions | |
| void BRLAPI_STDCALL | brlapi_setClientData (void *data) | 
| void BRLAPI_STDCALL | brlapi__setClientData (brlapi_handle_t *handle, void *data) | 
| void *BRLAPI_STDCALL | brlapi_getClientData (void) | 
| void *BRLAPI_STDCALL | brlapi__getClientData (brlapi_handle_t *handle) | 
Clients can register a pointer to data that can then be used e.g. in exception handlers.
| void* BRLAPI_STDCALL brlapi__getClientData | ( | brlapi_handle_t * | handle | ) | 
| void BRLAPI_STDCALL brlapi__setClientData | ( | brlapi_handle_t * | handle, | 
| void * | data | ||
| ) | 
| void* BRLAPI_STDCALL brlapi_getClientData | ( | void | ) | 
Retrieves the pointer to the private client data
| void BRLAPI_STDCALL brlapi_setClientData | ( | void * | data | ) | 
Register a pointer to client data
| data | The pointer to the private client data |