###User Defined Function###
_WinAPI_FindNextFileName

###Description###
Continues enumerating the hard links.

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_FindNextFileName ( $hSearch, ByRef $sLink )


###Parameters###
@@ParamTable@@
$hSearch
	A handle to the enumeration that is returned by a successful call to <a href="_WinAPI_FindFirstFileName.htm">_WinAPI_FindFirstFileName()</a> function.
$sLink
	Returns the next link name that was found.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True.
Failure 	False and sets the @error flag to non-zero, @extended flag may contain the system error code.
@@End@@


###Remarks###
If the function fails because no matching files can be found,, the @extended flag will contain ERROR_HANDLE_EOF (38) system error code.

This function requires <strong>Windows Vista or later</strong>.


###Related###
_WinAPI_FindFirstFileName


###See Also###
@@MsdnLink@@ FindNextFileNameW


###Example###
@@IncludeExample@@
