table of contents
- bookworm 6.5-7+deb12u1
- bookworm-backports 6.6-5~bpo12+1
- testing 6.6-5+b1
- unstable 6.7-1
brlapi_clientData(3) | Library Functions Manual | brlapi_clientData(3) |
NAME¶
brlapi_clientData - Setting and getting client data
SYNOPSIS¶
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 data
Returns
void BRLAPI_STDCALL brlapi_setClientData (void * data)¶
Register a pointer to client data
Parameters
Author¶
Generated automatically by Doxygen for BrlAPI from the source code.
Version 0.8 | BrlAPI |