CARD_IsAvailable

C Specification

#include <nitro/card.h>

BOOL CARD_IsAvailable(void);

Arguments

None

Return Values

Returns TRUE if the CARD module is initialized. Otherwise returns FALSE.

Description

This determines whether or not the CARD_Init function has already been called and the CARD module initialized.

See Also

CARD_Init

Revision History

07/05/2004 Initial version.