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>CTRDG_CheckPulledOut</TITLE>
8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">CTRDG_CheckPulledOut <IMG src="../image/NTR.gif" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14  <DD>
15  <PRE><CODE>#include &lt;nitro/ctrdg.h&gt;</CODE></PRE>
16  <PRE><CODE>void CTRDG_CheckPulledOut( void );
17  </CODE></PRE>
18</DL>
19<H2>Arguments</H2>
20<P>None.</P>
21<H2>Return Values</H2>
22<P>None.</P>
23<H2>Description</H2>
24<P>
25Directly executes Game Card removal detection from the ARM9. Normally the ARM9 does not need this detection process, since the ARM7 periodically performs the detection process and posts notification of detection via the PXI. However, by calling this function you can immediately determine if the Game Card has been removed without the delay inherent in waiting for notification. When removal of a Game Card has been detected, this function internally calls the user callback function and the <A href="CTRDG_TerminateForPulledOut.html"><CODE>CTRDG_TerminateForPulledOut</CODE></A> function. This is the same process that occurs when a notification is received from the ARM7. To use this function, you must first call the <CODE><A href="CTRDG_Init.html">CTRDG_Init</A></CODE> function.
26</P>
27<H2>See Also</H2>
28<P>
29<CODE><A href="CTRDG_Init.html">CTRDG_Init</A><BR> <A href="CTRDG_IsPulledOut.html">CTRDG_IsPulledOut</A><BR> <A href="CTRDG_SetPulledOutCallback.html">CTRDG_SetPulledOutCallback</A><BR> <A href="CTRDG_TerminateForPulledOut.html">CTRDG_TerminateForPulledOut</A></CODE></P>
30<H2>Revision History</H2>
31<P>
322005/02/07 Initial version.
33</P>
34<hr><p>CONFIDENTIAL</p></body>
35</HTML>
36