www.beck-ipc.com

@CHIP-RTOS C Library V2.00 - 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.  

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