1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<TITLE>HIO2GetLastError</TITLE> 9</HEAD> 10<BODY> 11<H1 align="left">HIO2GetLastError</H1> 12 13<H2>Syntax</H2> 14<dl><dd><pre class="construction"> 15#include <revolution/hio2.h> 16 17HIO2Error HIO2GetLastError ( void ); 18</pre></dd></dl> 19 20<H2>Arguments</H2> 21<P>None.</P> 22 23<H2>Return Values</H2> 24<P>Returns an error code.</P> 25<TABLE class="arguments" border="1" > 26<TR><TH>HIO2_ERROR_NONE</TH><TD>No errors.</TD></TR> 27<TR><TH>HIO2_ERROR_UNINITIALIZED</TH><TD>Not initialized.</TD></TR> 28<TR><TH>HIO2_ERROR_INVALID_HANDLE</TH><TD>An invalid handle was specified.</TD></TR> 29<TR><TH>HIO2_ERROR_INVALID_PARAMETER</TH><TD>An invalid argument was specified.</TD></TR> 30<TR><TH>HIO2_ERROR_CHANNEL_BUSY</TH><TD>The specified channel is already in use.</TD></TR> 31<TR><TH>HIO2_ERROR_CHANNEL_FULL</TH><TD>There are no empty channels.</TD></TR> 32<TR><TH>HIO2_ERROR_CANNOT_USE</TH><TD>This console cannot use HIO2.</TD></TR> 33<TR><TH>HIO2_ERROR_NOT_FIND</TH><TD>No EXI device is connected.</TD></TR> 34<TR><TH>HIO2_ERROR_INTERNAL</TH><TD>Internal error.</TD></TR> 35</TABLE> 36 37<H2>Description</H2> 38<P>This function gets the last error code that was generated while an HIO2 function was executing.</P> 39 40<H2>See Also</H2> 41<P>None.</P> 42 43<H2>Revision History</H2> 44<P> 452006/03/01 Initial version.<br> 46</P> 47 48<hr><p>CONFIDENTIAL</p></body> 49</HTML>