1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
9<title>CARDUnmount</title>
10</head>
11
12<body>
13
14<h1>CARDUnmount</h1>
15
16<h2>C Specification</h2>
17
18<dl>
19<dd><pre><code>#include &lt;revolution/card.h&gt;</CODE></pre></dd>
20<dd><pre><CODE>s32 CARDUnmount(s32 chan);</CODE></pre></dd>
21</dl><h2>Arguments</h2>
22<TABLE border="1" cellpadding="3" cellspacing="0.1">
23  <tr>
24<TD width="120" bgcolor="#ffffe8"><em><strong><code><STRONG><EM><code>chan</code></EM></STRONG></code></strong></em></TD>
25<TD width="520">EXI channel number.</TD>
26    </tr>
27</TABLE>
28<h2>Return Values</h2>
29
30<P>One of the following codes:</P>
31
32<p><code>CARD_RESULT_FATAL_ERROR<br> CARD_RESULT_NOCARD</code> (already unmounted)<code><br> CARD_RESULT_BUSY<br> CARD_RESULT_READY</code></p>
33
34<p>The function returns <code>CARD_RESULT_READY</code> if the Memory Card is successfully unmounted.</p>
35<H2>Description</H2>
36<P>Unmounts a Memory Card. The work area specified by the <a href="CARDMount.html"><code>CARDMount</code></a> or <a href="CARDMountAsync.html"><code>CARDMountAsync</code></a> function is released. The function returns <code>CARD_RESULT_READY</code> if the Memory Card is successfully unmounted.</P>
37<h2>See Also</h2>
38<H2>Revision History</H2>
39<P>2006/03/01 Initial version.</P>
40<hr>
41<P>CONFIDENTIAL</p>
42</BODY>
43</HTML>
44