Skip to main content

Name

io_wrapper_addref — Add a reference to the specified io_object

Synopsis

#include "io_wrapper.h"

| void **io_wrapper_addref** ( | io); |   |

io_object * <var class="pdparam">io</var>;

Description

Add a reference to the specified io_object.

Parameters

The io_object.

Return Value

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?