@CHIP-RTOS C Library V2.00 - BIOS API
BIOS_Fast_Findnext
Continue iteration of files in a directory. int BIOS_Fast_Findnext ( FILE_FIND far *find ); Parameters
find
- Pointer to the FILE_FIND structure used at the
BIOS_Fast_Findfirst call.
Return Value
- -1: Failure, BIOS_Fast_Findfirst
not called before
0: No file found
1: Success
Comments
- This function continues the iteration of files found in a directory.
The directory search process must be started with the
BIOS_Fast_Findfirst function.
These functions are not reentrant. The user must provide semaphore
protection if these functions are to be called from different tasks.
Important:
The BIOS_Fast_Find_Done function
must be called when finished with the iteration, to unlock the
directory.
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|