#include <nitro/card.h>
BOOL CARD_WaitBackupAsync(void);
None.
The function returns a value of TRUE if the result of the last executed process is CARD_RESULT_SUCCESS
. Otherwise, it returns a value of FALSE.
The CARD backup device will remain blocked until the asynchronous process is complete. If an asynchronous process is not running, CARD_WaitRomAsync
returns control immediately. If the result of the process is CARD_RESULT_SUCCESS
, this function returns a value of TRUE. Otherwise, this function returns a value of FALSE. Call the CARD_GetResultCode
function to obtain a detailed result value.
CARD_GetResultCode, CARD_TryWaitBackupAsync
2004/08/31 Added a description regarding the CARD_GetResultCode
function.
2004/07/28 Initial version.
CONFIDENTIAL