Skip to content

Latest commit

 

History

History
152 lines (119 loc) · 3.17 KB

nf-fileapi-findnextstreamw.md

File metadata and controls

152 lines (119 loc) · 3.17 KB
UIDtitledescriptionhelpviewer_keywordsold-locationtech.rootms.assetidms.datems.keywordsreq.headerreq.include-headerreq.target-typereq.target-min-winverclntreq.target-min-winversvrreq.kmdf-verreq.umdf-verreq.ddi-compliancereq.unicode-ansireq.idlreq.max-supportreq.namespacereq.assemblyreq.type-libraryreq.libreq.dllreq.irqltargetosreq.typenamesreq.redistms.customf1_keywordsdev_langstopic_typeapi_typeapi_locationapi_name
NF:fileapi.FindNextStreamW
FindNextStreamW function (fileapi.h)
Continues a stream search started by a previous call to the FindFirstStreamW function.
FindNextStreamW
FindNextStreamW function [Files]
_win32_findnextstreamw
base.findnextstreamw
fileapi/FindNextStreamW
fs.findnextstreamw
fs\findnextstreamw.htm
fs
2bb0301c-b2be-4056-913c-e4102386135e
12/05/2018
FindNextStreamW, FindNextStreamW function [Files], _win32_findnextstreamw, base.findnextstreamw, fileapi/FindNextStreamW, fs.findnextstreamw
fileapi.h
Windows.h, WinBase.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Kernel32.lib
Kernel32.dll
Windows
19H1
FindNextStreamW
fileapi/FindNextStreamW
c++
APIRef
kbSyntax
DllExport
Kernel32.dll
API-MS-Win-Core-File-l1-2-2.dll
KernelBase.dll
MinKernelBase.dll
FindNextStreamW

FindNextStreamW function

-description

Continues a stream search started by a previous call to the FindFirstStreamW function.

-parameters

-param hFindStream [in]

The search handle returned by a previous call to the FindFirstStreamW function.

-param lpFindStreamData [out]

A pointer to the WIN32_FIND_STREAM_DATA structure that receives information about the stream.

-returns

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).

-remarks

In Windows 8 and Windows Server 2012, this function is supported by the following technologies.

TechnologySupported
Server Message Block (SMB) 3.0 protocol Yes
SMB 3.0 Transparent Failover (TFO) Yes
SMB 3.0 with Scale-out File Shares (SO) Yes
Cluster Shared Volume File System (CsvFS) Yes
Resilient File System (ReFS) Yes

-see-also

File Management Functions

FindFirstStreamW

WIN32_FIND_STREAM_DATA

close