CARD_IsPulledOut


C Specification

#include <nitro/card.h>

BOOL CARD_IsPulledOut( void );

Description

This function detects the removal of a Game Card. To use this function, you must first call the CARD_Init function.

Arguments

None.

Return Values

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.

See Also

CARD_Init, CARD_SetPulledOutCallback

Revision History

09/16/2004 Initial version