ReactOS 0.4.15-dev-7953-g1f49173
_FILE_STREAM_INFORMATION Struct Reference

#include <winternl.h>

Collaboration diagram for _FILE_STREAM_INFORMATION:

Public Attributes

ULONG NextEntryOffset
 
ULONG StreamNameLength
 
LARGE_INTEGER StreamSize
 
LARGE_INTEGER StreamAllocationSize
 
WCHAR StreamName [1]
 

Detailed Description

Definition at line 717 of file winternl.h.

Member Data Documentation

◆ NextEntryOffset

ULONG _FILE_STREAM_INFORMATION::NextEntryOffset

◆ StreamAllocationSize

LARGE_INTEGER _FILE_STREAM_INFORMATION::StreamAllocationSize

Definition at line 722 of file winternl.h.

Referenced by NtfsGetStreamInformation().

◆ StreamName

WCHAR _FILE_STREAM_INFORMATION::StreamName

Definition at line 723 of file winternl.h.

Referenced by NtfsGetStreamInformation().

◆ StreamNameLength

ULONG _FILE_STREAM_INFORMATION::StreamNameLength

Definition at line 720 of file winternl.h.

Referenced by NtfsGetStreamInformation().

◆ StreamSize

LARGE_INTEGER _FILE_STREAM_INFORMATION::StreamSize

Definition at line 721 of file winternl.h.

Referenced by NtfsGetStreamInformation().


The documentation for this struct was generated from the following files: