#include <nitro/card.h>
BOOL CARD_IsAvailable(void);
This determines whether or not the CARD_Init function has already been called and the CARD module initialized.
None.
Returns TRUE if the CARD module is initialized. Otherwise returns FALSE.
07/05/2004 Initial Version