CARD_IsPulledOut

Syntax

#include <nitro/card.h>
BOOL CARD_IsPulledOut( void );
  

Arguments

None.

Return Values

Returns TRUE when a Game Card removal is detected. Otherwise, FALSE is returned. A TRUE value will be always be returned after an initial Game Card removal event is detected.

Description

Detects the removal of a Game Card.

To use this function, you must first call the CARD_Init function.

By default, the library will call the OS_TerminateForPulledOut function when card removal is detected. Because the program will stop at this point, if you are doing something like polling with the CARD_IsPulledOut function, you must use the CARD_SetPulledOutCallback function to set a callback that returns FALSE.

See Also

CARD_Init, CARD_TerminateForPulledOut, CARD_SetPulledOutCallback

Revision History

2004/12/16 Added description relating to callbacks
2004/09/16 Initial version


CONFIDENTIAL