A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/windows/desktop/api/fileapi/ns-fileapi-win32_find_stream_data below:

WIN32_FIND_STREAM_DATA (fileapi.h) - Win32 apps

WIN32_FIND_STREAM_DATA structure (fileapi.h)

In this article

Contains information about the stream found by the FindFirstStreamW or FindNextStreamW function.

Syntax
typedef struct _WIN32_FIND_STREAM_DATA {
  LARGE_INTEGER StreamSize;
  WCHAR         cStreamName[MAX_PATH + 36];
} WIN32_FIND_STREAM_DATA, *PWIN32_FIND_STREAM_DATA;
Members

StreamSize

A LARGE_INTEGER value that specifies the size of the stream, in bytes.

cStreamName[MAX_PATH + 36]

The name of the stream. The string name format is ":streamname:$streamtype".

Requirements Requirement Value Minimum supported client Windows Vista [desktop apps only] Minimum supported server Windows Server 2003 [desktop apps only] Header fileapi.h (include Windows.h, WinBase.h) See also

FindFirstStreamW

FindNextStreamW

LARGE_INTEGER

Additional resources

In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4