Skip to content

Latest commit

 

History

History
78 lines (64 loc) · 2.59 KB

ne-fileapi-stream_info_levels.md

File metadata and controls

78 lines (64 loc) · 2.59 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:fileapi._STREAM_INFO_LEVELS
STREAM_INFO_LEVELS (fileapi.h)
Defines values that are used with the FindFirstStreamW function to specify the information level of the returned data.
FindStreamInfoMaxInfoLevel
FindStreamInfoStandard
STREAM_INFO_LEVELS
STREAM_INFO_LEVELS enumeration [Files]
_win32_stream_info_levels
base.stream_info_levels
fileapi/FindStreamInfoMaxInfoLevel
fileapi/FindStreamInfoStandard
fileapi/STREAM_INFO_LEVELS
fs.stream_info_levels
fs\stream_info_levels.htm
fs
411efcdc-e13a-4f27-a3da-31dff714e415
12/05/2018
FindStreamInfoMaxInfoLevel, FindStreamInfoStandard, STREAM_INFO_LEVELS, STREAM_INFO_LEVELS enumeration [Files], _win32_stream_info_levels, base.stream_info_levels, fileapi/FindStreamInfoMaxInfoLevel, fileapi/FindStreamInfoStandard, fileapi/STREAM_INFO_LEVELS, fs.stream_info_levels
fileapi.h
Windows.h, WinBase.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
STREAM_INFO_LEVELS
19H1
_STREAM_INFO_LEVELS
fileapi/_STREAM_INFO_LEVELS
STREAM_INFO_LEVELS
fileapi/STREAM_INFO_LEVELS
c++
APIRef
kbSyntax
HeaderDef
fileapi.h
STREAM_INFO_LEVELS

STREAM_INFO_LEVELS enumeration

-description

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

-enum-fields

-field FindStreamInfoStandard

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

-field FindStreamInfoMaxInfoLevel

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

-see-also

FindFirstStreamW

WIN32_FIND_STREAM_DATA