CARD_TryWaitRomAsync

Syntax

#include <nitro/card.h>

BOOL CARD_TryWaitRomAsync(void);

Arguments

None.

Return Values

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.

Description

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.

See Also

CARD_ReadRomAsync, CARD_WaitRomAsync

Revision History

2004/07/05 Initial version.


CONFIDENTIAL