table of contents
other versions
- buster-backports 6.3+dfsg-1~bpo10+1
- testing 6.3+dfsg-1
- unstable 6.3+dfsg-1
brlapi_clientData(3) | BrlAPI | brlapi_clientData(3) |
NAME¶
brlapi_clientDataSYNOPSIS¶
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)
Detailed Description¶
Clients can register a pointer to data that can then be used e.g. in exception handlers.Function Documentation¶
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 dataReturns:
the pointer to the private client data
void BRLAPI_STDCALL brlapi_setClientData (void * data)¶
Register a pointer to client dataParameters:
data The pointer to the private client data
Author¶
Generated automatically by Doxygen for BrlAPI from the source code.Wed Feb 03 2021 | Version 0.8 |