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