CTRDG_IsPulledOut


C Specification

#include <nitro/ctrdg.h>
BOOL CTRDG_IsPulledOut( void );
  

Description

This function detects the removal of a Game Pak.

Arguments

None.

Return Values

Returns a value of TRUE when a Game Pak is removed. Otherwise it returns a value of FALSE. This function will always return a value of FALSE after the initial removal of an Game Pak.

See Also

CTRDG_Init, CTRDG_IsExisting

Revision History

09/15/2004 Initial version