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 name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>CARD_IsPulledOut</TITLE> 8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">CARD_IsPulledOut <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1> 12<H2>Syntax</H2> 13<DL> 14 <DD> 15 <PRE><CODE>#include <nitro/card.h></CODE></PRE> 16 <PRE><CODE>BOOL CARD_IsPulledOut( void ); 17 </CODE></PRE> 18</DL> 19<H2>Arguments</H2> 20<P>None.</P> 21<H2>Return Values</H2> 22<P>Returns TRUE when a Game Card removal is detected. Otherwise, FALSE is returned. A TRUE value will be always be returned after an initial Game Card removal event is detected.</P> 23<H2>Description</H2> 24<P>Detects the removal of a Game Card.</P> 25<P>To use this function, you must first call the <a href="../common/CARD_Init.html"><code>CARD_Init</code></a> function.</P> 26<P>By default, the library will call the <a href="CARD_TerminateForPulledOut.html"><code>OS_TerminateForPulledOut</code></a> function when card removal is detected. Because the program will stop at this point, if you are doing something like polling with the <code>CARD_IsPulledOut</code> function, you must use the <a href="CARD_SetPulledOutCallback.html"><code>CARD_SetPulledOutCallback</code></a> function to set a callback that returns FALSE.</P> 27<H2>See Also</H2> 28<P> 29<a href="../common/CARD_Init.html"><code>CARD_Init</code></a>, <a href="CARD_TerminateForPulledOut.html"><code>CARD_TerminateForPulledOut</code></a>, <a href="CARD_SetPulledOutCallback.html"><code>CARD_SetPulledOutCallback</code></a></P> 30<H2>Revision History</H2> 31<P>2004/12/16 Added description relating to callbacks<br /> 2004/09/16 Initial version</P> 32<hr><p>CONFIDENTIAL</p></body> 33</HTML> 34