FindNextStreamW function
Applies to: desktop apps only
Continues a stream search started by a previous call to the FindFirstStreamW function.
Syntax
BOOL WINAPI FindNextStreamW( __in HANDLE hFindStream, __out LPVOID lpFindStreamData );
Parameters
- hFindStream [in]
-
The search handle returned by a previous call to the FindFirstStreamW function.
- lpFindStreamData [out]
-
A pointer to the WIN32_FIND_STREAM_DATA structure that receives information about the stream.
Return value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError. If no more streams can be found, GetLastError returns ERROR_HANDLE_EOF (38).
Requirements
|
Minimum supported client | Windows Vista |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 4/17/2012