Miles Sound System SDK 7.2a

RAD_IOP_STATUS_VALUES

The basic type RAD_IOP_STATUS_VALUES Specifies the status values for the RAD_IOP asynchronous I/O functions.

Fundamental Values

 Value  Description
 RAD_IOP_STATUS_NONE Status has not been set yet.
 RAD_IOP_STATUS_QUEUED The request is queued to be processed in the background.
 RAD_IOP_STATUS_RUNNING The request is currently being processed in the background.
 RAD_IOP_STATUS_COMPLETE Any status greater than or equal to RAD_IOP_STATUS_COMPLETE means that the background operation is completed.
 RAD_IOP_STATUS_CANCELLED One of the asynchronous I/O cancel functions was called on this request.
 RAD_IOP_STATUS_ERROR The background operation failed (file not found on open, or I/O error on read).
 RAD_IOP_STATUS_DONE The background operation was successfully completed.

Discussion

These flags are used with the RAD_IOP async open and read functions. They give you the current status of the background operation.


Group: The RAD_IOP API for the Sony PS2
Related Functions: RAD_IOPGetIOStatus, RAD_IOPQueueAsyncOpenFile, RAD_IOPQueueAsyncReadAtBottom, RAD_IOPQueueAsyncReadAtTop, RAD_IOPQueueAsyncSPUGlobalState, RAD_IOPQueueAsyncSPUVoiceState
Related Structures: RAD_IOP_ASYNC_OPEN_DATA, RAD_IOP_ASYNC_READ_DATA, RAD_IOP_SOUND_DATA, RAD_IOP_SPU_GLOBAL_STATE, RAD_IOP_SPU_VOICE_STATE, RAD_IOP_TIMER_DATA

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.