ReactOS 0.4.15-dev-7942-gd23573b
stream_t Struct Reference

#include <stream.h>

Collaboration diagram for stream_t:

Public Attributes

IStreamstr
 
char buf [BLOCK_SIZE]
 
ULONG size
 
ULONG p
 

Detailed Description

Definition at line 32 of file stream.h.

Member Data Documentation

◆ buf

char stream_t::buf[BLOCK_SIZE]

Definition at line 34 of file stream.h.

◆ p

ULONG stream_t::p

Definition at line 36 of file stream.h.

◆ size

ULONG stream_t::size

Definition at line 35 of file stream.h.

◆ str

IStream* stream_t::str

Definition at line 33 of file stream.h.


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