#include <nitro/card.h>
void CARD_CancelBackupAsync(void);
None.
None.
If an asynchronous process for the card backup device is executing, it requests cancellation of the process. Regardless of whether there is an executing asynchronous process or not, the function immediately returns control.
The result of the cancelled process is CARD_RESULT_CANCELED
.
Note that a call of this function is not reflected immediately because cancel requests are determined periodically inside of the asynchronous process.
CARD_GetResultCode, CARD_TryWaitBackupAsync
2005/09/02 Initial version.
CONFIDENTIAL