###User Defined Function###
_WinAPI_FindClose

###Description###
Closes a file search handle.

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


###Parameters###
@@ParamTable@@
$hSearch
	The file search handle opened by the _WinAPI_FindFirst... functions.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True.
Failure 	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ FindClose
