www.beck-ipc.com

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


BIOS_Fast_Find_Done

Unlock the directory following Findfirst/next operation.

int BIOS_Fast_Find_Done ( FILE_FIND far *find );

Parameters

find

Pointer to the FILE_FIND structure used at the BIOS_Fast_Findfirst call.

Return Value

0:  Successful
-1:  Findfirst not active

Comments

The function unlocks the directory being searched by the BIOS_Fast_Findfirst and BIOS_Fast_Findnext functions.

This function is reentrant.

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.02V1.00V1.00V0.90

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


End of document