FindStreamInfoLevels Enumeration

Defines values that are used with the FindFirstStreamW(String, FindStreamInfoLevels, FindStreamData, UInt32) function to specify the information level of the returned data.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum FindStreamInfoLevels

Remarks

Members

StandardInfo 0 The FindFirstStreamW(String, FindStreamInfoLevels, FindStreamData, UInt32) function retrieves standard stream information.

The data is returned in a FindStreamData structure.

See Also