DTL_IO_CALLBACK_PROC

The DTL_IO_CALLBACK_PROC function is a callback procedure that the client application can use to handle the completion of I/O operations.
void DTL_CALLBACK callback_proc(
callback_param
,
io_stat
)
UNSIGNED LONG
callback_param
;
/* callback parameter value
UNSIGNED LONG
io_stat
;
/* I/O status buffer
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal