#include <nitro/card.h>
BOOL CARD_IsPulledOut( void );
None
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.
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.
CARD_Init, CARD_TerminateForPulledOut, CARD_SetPulledOutCallback
12/16/2004 Added description relating to callbacks
09/16/2004 Initial version
CONFIDENTIAL