#include <nitro/card.h>
BOOL CARD_TryWaitRomAsync(void);
Determines whether or not an asynchronous process to a ROM device is complete.
Regardless of the status of the target process, the function immediately returns a value.
None.
Returns FALSE if an asynchronous function that operates on a CARD ROM device is actively calling and processing is not yet complete. Otherwise it returns TRUE.
CARD_ReadRomAsync, CARD_WaitRomAsync
07/05/2004 Initial Version