Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

STREAM_INFO_LEVELS enumeration

Defines values that are used with the FindFirstStreamW function to specify the information level of the returned data.

Syntax


typedef enum _STREAM_INFO_LEVELS { 
  FindStreamInfoStandard      = 0,
  FindStreamInfoMaxInfoLevel  = 1
} STREAM_INFO_LEVELS;

Constants

FindStreamInfoStandard

The FindFirstStreamW function retrieves standard stream information. The data is returned in a WIN32_FIND_STREAM_DATA structure.

FindStreamInfoMaxInfoLevel

Used to determine valid enumeration values. All supported enumeration values are less than FindStreamInfoMaxInfoLevel.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

WinBase.h (include Windows.h)

See also

FindFirstStreamW
WIN32_FIND_STREAM_DATA

 

 

Show:
© 2017 Microsoft