#include <nitro/card.h> BOOL CARD_WaitBackupAsync(void);
The CARD backup device will remain blocked until the asynchronous process is complete.
This function promptly returns control if the asynchronous process is not executing.
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.
To obtain the detailed result value, call the CARD_GetResultCode function.
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.
CARD_GetResultCode,
CARD_TryWaitBackupAsync
08/31/2004 Added description regarding the CARD_GetResultCode function
07/28/2004 Initial version