This topic has not yet been rated - Rate this topic

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

WinBase.h (include Windows.h)

Library

Kernel32.lib

DLL

Kernel32.dll

See also

File Management Functions
FindFirstStreamW
WIN32_FIND_STREAM_DATA

 

 

Send comments about this topic to Microsoft

Build date: 4/17/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ