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_IsEnabled</title> 8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 9</head> 10<body> 11<h1 align="left">CARD_IsEnabled <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1> 12<H2>Syntax</H2> 13<dl> 14 <dd> 15<CODE>#include <nitro/card.h></CODE><BR> 16 <BR> 17 <CODE>BOOL CARD_IsEnabled( void );</CODE><br> 18 <br> 19 </dd> 20</dl> 21<h2>Arguments</h2> 22<p>None.</p> 23<h2>Return Values</h2> 24<p>Returns <CODE>TRUE</CODE> if the Game Card is accessible in the current state, and <CODE>FALSE</CODE> otherwise.</p> 25<H2>Description</H2> 26<P>Determines whether the Game Card is accessible in the current state. The program will be forced to halt if the Game Card is accessed when prohibited by the current state. A child program that has started from a wireless download will return FALSE in its initial state. Use the <A href="CARD_Enable.html"><CODE>CARD_Enable</CODE></A> function to change the state to enable access. <br> 27</p> 28<BR> 29<h2>See Also</h2> 30<p> 31<A href="CARD_Init.html">CARD_Init</A><BR> <A href="CARD_Enable.html">CARD_Enable</A> <BR> 32</P> 33<H2>Revision History</H2> 34<P> 352004/12/15 Initial version. 36</P> 37<hr><p>CONFIDENTIAL</p></body> 38</html> 39