@CHIP-RTOS C Library V2.06 - BIOS API
BIOS_LFN_Find_Done
Unlock the directory following Findfirst/next
operation. void BIOS_LFN_Find_Done ( LFN_FILE_FIND far *find ); Parameters
find
- Pointer to the
LFN_FILE_FIND
structure initialized by a
BIOS_LFN_Findfirst call.
Return Value
- -- none --
Comments
- The function release memory resources and unlocks the directory
being searched by the
BIOS_LFN_Findfirst
and BIOS_LFN_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-
SC12 | SC13 | SC11 | SC1x3 |
-
n/a | n/a | n/a | V0.91 |
Supported by @CHIP-RTOS C Library since version
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|