#include <nitro/card.h>
BOOL CARD_IsPulledOut( void );
This function detects the removal of a Game Card. To use this function, you must first call the CARD_Init function.
None.
Returns a value of TRUE when a Game Card removal is detected. Otherwise, a value of FALSE is returned. A TRUE value will be always be returned after an initial Game Card removal event is detected.
CARD_Init, CARD_SetPulledOutCallback
09/16/2004 Initial version