io_wrapper_delref
Last updated March 2020
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)
; | |
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.
See Also
Was this page helpful?