FsFindClose
FsFindClose is called to end a FsFindFirst/FsFindNext loop, either after retrieving all files, or when the user aborts it.
 
Declaration:
 
int __stdcall FsFindClose(HANDLE Hdl);
 
Description of parameters:
 
Hdl The find handle returned by FsFindFirst.
 
Return value:
 
Currently unused, should return 0.
 
See also: FsFindFirst, FsFindNext