logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

brlapi_clientData - Setting and getting client data

Author

Generated automatically by Doxygen for BrlAPI from the source code. BrlAPI Version 0.8 brlapi_clientData(3)

Detailed Description

Clients can register a pointer to data that can then be used e.g. in exception handlers.

Function Documentation

void*BRLAPI_STDCALLbrlapi__getClientData(brlapi_handle_t*handle)voidBRLAPI_STDCALLbrlapi__setClientData(brlapi_handle_t*handle,void*data)void*BRLAPI_STDCALLbrlapi_getClientData(void) Retrieves the pointer to the private client data Returns the pointer to the private client data voidBRLAPI_STDCALLbrlapi_setClientData(void*data) Register a pointer to client data Parametersdata The pointer to the private client data

Name

brlapi_clientData - Setting and getting client data

Synopsis

Functions void BRLAPI_STDCALLbrlapi_setClientData (void *data) void BRLAPI_STDCALLbrlapi__setClientData (brlapi_handle_t *handle, void *data) void *BRLAPI_STDCALLbrlapi_getClientData (void) void *BRLAPI_STDCALLbrlapi__getClientData (brlapi_handle_t *handle)

See Also