#include <nitro/card.h>
BOOL CARD_IsEnabled( void );
None.
Returns TRUE
if the Game Card is accessible in the current state, and FALSE
otherwise.
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 CARD_Enable
function to change the state to enable access.
2004/12/15 Initial version.
CONFIDENTIAL