Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Development
Local File Systems
File Management
 WIN32_FIND_STREAM_DATA structure
WIN32_FIND_STREAM_DATA structure

Applies to: desktop apps only

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

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

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2003

Header

WinBase.h (include Windows.h)

See also

FindFirstStreamW
FindNextStreamW
LARGE_INTEGER

 

 

Send comments about this topic to Microsoft

Build date: 4/17/2012

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker