#include <revolution/hio2.h> HIO2Error HIO2GetLastError ( void );
None.
Returns an error code.
| HIO2_ERROR_NONE | No errors. |
|---|---|
| HIO2_ERROR_UNINITIALIZED | Not initialized. |
| HIO2_ERROR_INVALID_HANDLE | An invalid handle was specified. |
| HIO2_ERROR_INVALID_PARAMETER | An invalid argument was specified. |
| HIO2_ERROR_CHANNEL_BUSY | The specified channel is already in use. |
| HIO2_ERROR_CHANNEL_FULL | There are no empty channels. |
| HIO2_ERROR_CANNOT_USE | This console cannot use HIO2. |
| HIO2_ERROR_NOT_FIND | No EXI device is connected. |
| HIO2_ERROR_INTERNAL | Internal error. |
This function gets the last error code that was generated while an HIO2 function was executing.
None.
2006/03/01 Initial version.
CONFIDENTIAL