FS_IsSucceeded

Syntax

#include <nitro/fs.h>

static inline BOOL FS_IsSucceeded(volatile const FSFile *p_file);

Arguments

p_file Address of the FSFile structure.

Return Values

If the most recently completed asynchronous process succeeded, it returns TRUE. Otherwise it returns FALSE.

Description

This determines whether the last asynchronous process that the specified file completed was correctly executed. It will be FALSE if the file is already closed, or some illegal process was performed.

See Also

FSFile, FS_ReadFileAsync, FS_WaitAsync

Revision History

2004/05/14 Initial version.


CONFIDENTIAL