| Miles Sound System SDK 7.2a |
The function RAD_IOPGetIOStatus returns the error code from a failed IO request.
S32 RAD_IOPGetIOStatus(); |
Returns the error code. This will be either the result of sceCdRead or the C runtime read function depending on the device you are playing from.
This function will return the error code when a background file read fails with a RAD_IOP_STATUS_ERROR code. If you are playing off the CD or DVD, then the value will be the result of the sceCdRead function. On other devices, the result will be the result of the C runtime read function.
Group:
The RAD_IOP API for the Sony PS2
Related Functions:
RAD_IOPQueueAsyncReadAtBottom, RAD_IOPQueueAsyncReadAtTop
Related Basic Types:
RAD_IOP_STATUS_VALUES, S32
Related Structures:
RAD_IOP_ASYNC_READ_DATA
For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.