ReactOS 0.4.15-dev-7942-gd23573b
_WIN32_STREAM_ID Struct Reference

#include <winbase.h>

Collaboration diagram for _WIN32_STREAM_ID:

Public Attributes

DWORD dwStreamId
 
DWORD dwStreamAttributes
 
LARGE_INTEGER Size
 
DWORD dwStreamNameSize
 
WCHAR cStreamName [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 962 of file winbase.h.

Member Data Documentation

◆ cStreamName

WCHAR _WIN32_STREAM_ID::cStreamName[ANYSIZE_ARRAY]

Definition at line 967 of file winbase.h.

◆ dwStreamAttributes

DWORD _WIN32_STREAM_ID::dwStreamAttributes

Definition at line 964 of file winbase.h.

◆ dwStreamId

DWORD _WIN32_STREAM_ID::dwStreamId

Definition at line 963 of file winbase.h.

◆ dwStreamNameSize

DWORD _WIN32_STREAM_ID::dwStreamNameSize

Definition at line 966 of file winbase.h.

◆ Size

LARGE_INTEGER _WIN32_STREAM_ID::Size

Definition at line 965 of file winbase.h.


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