CARD_IsEnabled

Syntax

#include <nitro/card.h>

BOOL CARD_IsEnabled( void );

Arguments

None.

Return Values

Returns TRUE if the Game Card is accessible in the current state, and FALSE otherwise.

Description

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.


See Also

CARD_Init
CARD_Enable

Revision History

2004/12/15 Initial version.


CONFIDENTIAL