io_wrapper_get_app_context
Name
io_wrapper_get_app_context — Retrieve the application context value
Synopsis
#include "io_wrapper.h"
| void * **io_wrapper_get_app_context** (
| io)
; | |
io_object * <var class="pdparam">io</var>
;
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.