Closes a file search handle
#include <WinAPIFiles.au3>
_WinAPI_FindClose ( $hSearch )
$hSearch | The file search handle opened by the _WinAPI_FindFirst... functions. |
Success: | True. |
Failure: | False, call _WinAPI_GetLastError() to get extended error information |
Search FindClose in MSDN Library.