nw::io::IOStream::IOStreamCallback Typetypedef void(* nw::io::IOStream::IOStreamCallback)(s32 result, IOStream *stream, void *arg);
This callback function is called after asynchronous processing completes.
The following describes the callback arguments:
| result | Passes the execution result of the asynchronous processing. |
|---|---|
| stream | Used to pass a pointer to the stream which executed the asynchronous processing. |
| arg |
The |
CONFIDENTIAL