nw::io::IOStream::IOStreamCallback Type

Syntax

typedef void(* nw::io::IOStream::IOStreamCallback)(s32 result, IOStream *stream, void *arg);

Description

This callback function is called after asynchronous processing completes.

The following describes the callback arguments:

resultPasses the execution result of the asynchronous processing.
streamUsed to pass a pointer to the stream which executed the asynchronous processing.
arg The arg callback setting argument is passed as is.

Revision History

2009/10/20
Initial version.

CONFIDENTIAL