Skip to main content

Name

io_wrapper_delref — Decrements the refcount on the io_object, and closes and frees it if the refcount reaches 0

Synopsis

#include "io_wrapper.h"

| void **io_wrapper_delref** ( | io); |   |

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

Description

Decrement the refcount on the io_object, and close and free it if the refcount reaches 0.

Parameters

io

The io_object that you wish to destroy.

Return Value

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?