Skip to main content

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.

Parameters

io

The io object.

Return Values

Retreive the application defined context value that was set via io_wrapper_set_context_and_dtor.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?