Skip to main content

Name

event_io_state_clean — Release resources held in an event_io_state structure

Synopsis

#include "event.h"

| void **event_io_state_clean** ( | state); |   |

event_io_state * <var class="pdparam">state</var>;

Description

Release resources held in an event_io_state structure.

Parameters

state

For a description of this data type see “event_io_state”

Return Value

This function returns void.

Threading

Warning

Only call this function from the Scheduler thread.

See Also

Was this page helpful?