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_Enable <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>void CARD_Enable( BOOL enable );</CODE><br> 18 <br> 19 </dd> 20</dl> 21<h2>Arguments</h2> 22<p> 23<TABLE border="1" width="100%"> 24 <TBODY> 25 <TR> 26 <TD width="13%"><EM><STRONG>enable</STRONG></EM></TD> 27 <TD width="87%">Setting that permits Game Card access.<br> 28 It will be permitted for a value of <CODE>TRUE</CODE> and prohibited for a value of <CODE>FALSE</CODE>.</TD> 29 </TR> 30 </TBODY> 31</TABLE> 32</p> 33<h2>Return Values</h2> 34<p>None.</p> 35<H2>Description</H2> 36<P>Changes the state that permits Game Card access. The program will be forced to halt if the Game Card is accessed when prohibited by the current state. Access is prohibited in the initial state of a child program that has started from a wireless download.<br> <br> 37</p> 38<H2>Note</H2> 39<P> 40If you are going to use this function to enable access, be sure to follow the stipulations in the Programming Guidelines. Confirm that the procedure is correct before calling the function. <br> 41</p> 42<BR> 43<h2>See Also</h2> 44<p> 45<A href="CARD_Init.html">CARD_Init</A><BR> <A href="CARD_IsEnabled.html">CARD_IsEnabled</A> <BR> 46</P> 47<H2>Revision History</H2> 48<P> 492004/12/15 Initial version. 50</P> 51<hr><p>CONFIDENTIAL</p></body> 52</html> 53