io_wrapper_delref
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
.
- io
-
The io_object that you wish to destroy.
This function returns void.
It is legal to call this function in any thread.