ReactOS 0.4.15-dev-7958-gcd0bb1a
_HW_STREAM_OBJECT Struct Reference

#include <strmini.h>

Collaboration diagram for _HW_STREAM_OBJECT:

Public Attributes

ULONG SizeOfThisPacket
 
ULONG StreamNumber
 
PVOID HwStreamExtension
 
PHW_RECEIVE_STREAM_DATA_SRB ReceiveDataPacket
 
PHW_RECEIVE_STREAM_CONTROL_SRB ReceiveControlPacket
 
HW_CLOCK_OBJECT HwClockObject
 
BOOLEAN Dma
 
BOOLEAN Pio
 
PVOID HwDeviceExtension
 
ULONG StreamHeaderMediaSpecific
 
ULONG StreamHeaderWorkspace
 
BOOLEAN Allocator
 
PHW_EVENT_ROUTINE HwEventRoutine
 
ULONG Reserved [2]
 

Detailed Description

Definition at line 85 of file strmini.h.

Member Data Documentation

◆ Allocator

BOOLEAN _HW_STREAM_OBJECT::Allocator

Definition at line 97 of file strmini.h.

◆ Dma

BOOLEAN _HW_STREAM_OBJECT::Dma

Definition at line 92 of file strmini.h.

◆ HwClockObject

HW_CLOCK_OBJECT _HW_STREAM_OBJECT::HwClockObject

Definition at line 91 of file strmini.h.

◆ HwDeviceExtension

PVOID _HW_STREAM_OBJECT::HwDeviceExtension

Definition at line 94 of file strmini.h.

◆ HwEventRoutine

PHW_EVENT_ROUTINE _HW_STREAM_OBJECT::HwEventRoutine

Definition at line 98 of file strmini.h.

◆ HwStreamExtension

PVOID _HW_STREAM_OBJECT::HwStreamExtension

Definition at line 88 of file strmini.h.

◆ Pio

BOOLEAN _HW_STREAM_OBJECT::Pio

Definition at line 93 of file strmini.h.

◆ ReceiveControlPacket

PHW_RECEIVE_STREAM_CONTROL_SRB _HW_STREAM_OBJECT::ReceiveControlPacket

Definition at line 90 of file strmini.h.

◆ ReceiveDataPacket

PHW_RECEIVE_STREAM_DATA_SRB _HW_STREAM_OBJECT::ReceiveDataPacket

Definition at line 89 of file strmini.h.

◆ Reserved

ULONG _HW_STREAM_OBJECT::Reserved[2]

Definition at line 99 of file strmini.h.

◆ SizeOfThisPacket

ULONG _HW_STREAM_OBJECT::SizeOfThisPacket

Definition at line 86 of file strmini.h.

◆ StreamHeaderMediaSpecific

ULONG _HW_STREAM_OBJECT::StreamHeaderMediaSpecific

Definition at line 95 of file strmini.h.

◆ StreamHeaderWorkspace

ULONG _HW_STREAM_OBJECT::StreamHeaderWorkspace

Definition at line 96 of file strmini.h.

◆ StreamNumber

ULONG _HW_STREAM_OBJECT::StreamNumber

Definition at line 87 of file strmini.h.


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