io_wrapper_get_app_context
Last updated March 2020
Name
io_wrapper_get_app_context — Retrieve the application context value
Synopsis
#include "io_wrapper.h"
| void * **io_wrapper_get_app_context** (
| io)
; | |
Description
Retrieve the application context value.
- io
-
The io object.
Retreive the application defined context value that was set via io_wrapper_set_context_and_dtor.
It is legal to call this function in any thread.
See Also
Was this page helpful?