Interface IO_STUB

Type

#include <SPAD/AC.H>

IO_STUB *pointer;

Description

This type declares a pointer to IORQ function declared with DECL_IOCALL. No variable with the type IO_STUB may be created, any created variables must be pointers to IO_STUB.

Pointer of this type may be passed to macros CALL_IORQ_EXPR, CALL_IORQ_LSTAT_EXPR, CALL_IORQ_CANELABLE_EXPR, RETURN_IORQ, RETURN_IORQ_LSTAT, RETURN_IORQ_CANCELABLE.

See also

IORQ, DECL_IOCALL, CALL_IORQ_EXPR, RETURN_IORQ,