Applies to: desktop apps only
Contains information about the stream found by the FindFirstStreamW or FindNextStreamW function.
typedef struct _WIN32_FIND_STREAM_DATA { LARGE_INTEGER StreamSize; WCHAR cStreamName[MAX_PATH + 36]; } WIN32_FIND_STREAM_DATA, *PWIN32_FIND_STREAM_DATA;
A LARGE_INTEGER value that specifies the size of the stream, in bytes.
The name of the stream. The string name format is ":streamname:$streamtype".
Minimum supported client
Minimum supported server
Header
Send comments about this topic to Microsoft
Build date: 4/17/2012