CARD_Enable

Syntax

#include <nitro/card.h>

void CARD_Enable( BOOL enable );

Arguments

enable Setting that permits Game Card access.
It will be permitted for a value of TRUE and prohibited for a value of FALSE.

Return Values

None.

Description

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.

Note

If 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.


See Also

CARD_Init
CARD_IsEnabled

Revision History

2004/12/15 Initial version.


CONFIDENTIAL