###User Defined Function###
_WinAPI_FindNextStream

###Description###
Continues a stream search.

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_FindNextStream ( $hSearch, $pData )


###Parameters###
@@ParamTable@@
$hSearch
	The search handle returned by a previous call to the <a href="_WinAPI_FindFirstStream.htm">_WinAPI_FindFirstStream()</a> function.
$pData
	A pointer to the $tagWIN32_FIND_STREAM_DATA structure that receives information about the stream.
@@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 more streams 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_FindFirstStream


###See Also###
@@MsdnLink@@ FindNextStreamW


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