Function Reference


_WinAPI_FindClose

Closes a file search handle

#include <WinAPIFiles.au3>
_WinAPI_FindClose ( $hSearch )

Parameters

$hSearch The file search handle opened by the _WinAPI_FindFirst... functions.

Return Value

Success: True.
Failure: False, call _WinAPI_GetLastError() to get extended error information

See Also

Search FindClose in MSDN Library.