CARD_GetCurrentBackupType

C Specification

#include <nitro/card.h>

CARDBackupType CARD_GetCurrentBackupType(void);

Arguments

None.

Return Values

Returns the type of the currently specified backup device.

Description

Returns the type of the currently specified backup device. The return value is the same as the one last specified in the CARD_IdentifyBackup function.

See Also

CARD_IdentifyBackup, CARD_Backup_Type_Const

Revision History

07/28/2004 Added link
07/05/2004 Initial Version