ReactOS 0.4.16-dev-319-g6cf4263
_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 987 of file winbase.h.

Member Data Documentation

◆ cStreamName

WCHAR _WIN32_STREAM_ID::cStreamName[ANYSIZE_ARRAY]

Definition at line 992 of file winbase.h.

◆ dwStreamAttributes

DWORD _WIN32_STREAM_ID::dwStreamAttributes

Definition at line 989 of file winbase.h.

◆ dwStreamId

DWORD _WIN32_STREAM_ID::dwStreamId

Definition at line 988 of file winbase.h.

◆ dwStreamNameSize

DWORD _WIN32_STREAM_ID::dwStreamNameSize

Definition at line 991 of file winbase.h.

◆ Size

LARGE_INTEGER _WIN32_STREAM_ID::Size

Definition at line 990 of file winbase.h.


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