www.beck-ipc.com

@CHIP-RTOS C Library V2.06 - BIOS API


BIOS_Fast_Findnext

Continue iteration of files in a directory locked against write activity.

int BIOS_Fast_Findnext ( FILE_FIND far *find );

Parameters

find

Pointer to the FILE_FIND structure initialized by a BIOS_Fast_Findfirst call.

Return Value

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.

This function is reentrant.

Important:
    The BIOS_Fast_Find_Done function must be called when finished with the iteration to unlock the directory unless a zero "No file found" indication was returned on your final call to BIOS_Fast_Findnext .   (The resources have already been released in this case.)

See Also

RTOS API

This library function invokes a RTOS software interrupt.   Refer to this RTOS API function's documentation for more details.

Supported since or modified in @CHIP-RTOS version

    SC12SC13SC11SC1x3
    V1.20V1.20V1.20V0.91

This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document