ReactOS 0.4.16-dev-1537-g4e425b5
_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 1696 of file winternl.h.

Member Data Documentation

◆ NextEntryOffset

ULONG _FILE_STREAM_INFORMATION::NextEntryOffset

◆ StreamAllocationSize

LARGE_INTEGER _FILE_STREAM_INFORMATION::StreamAllocationSize

Definition at line 1701 of file winternl.h.

Referenced by NtfsGetStreamInformation().

◆ StreamName

WCHAR _FILE_STREAM_INFORMATION::StreamName

Definition at line 1702 of file winternl.h.

Referenced by NtfsGetStreamInformation().

◆ StreamNameLength

ULONG _FILE_STREAM_INFORMATION::StreamNameLength

Definition at line 1699 of file winternl.h.

Referenced by NtfsGetStreamInformation().

◆ StreamSize

LARGE_INTEGER _FILE_STREAM_INFORMATION::StreamSize

Definition at line 1700 of file winternl.h.

Referenced by NtfsGetStreamInformation().


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