Bfile_FindClose

Synopsis #

Header: fxcg/file.h
Syscall index: 0x1DBA
Function signature: int Bfile_FindClose( int FindHandle );

This function closes a find handle when you are done with it.\

Parameters #

Returns #

0 on success, or a negative error code on failure.\

Comments #

Using Bfile functions while user timers are installed can cause SYSTEM ERRORs and other undefined behavior, especially with functions that change data on the file system. Make sure to stop and uninstall all timers before using Bfile functions (and optionally restore them later). See Incompatibility_between_Bfile_Syscalls_and_Timers for more information.