ReactOS 0.4.15-dev-7958-gcd0bb1a
_KSISTREAM_POINTER Struct Reference
Collaboration diagram for _KSISTREAM_POINTER:

Public Attributes

PFNKSSTREAMPOINTER Callback
 
PIRP Irp
 
KTIMER Timer
 
KDPC TimerDpc
 
struct _KSISTREAM_POINTERNext
 
PKSPIN Pin
 
PVOID Data
 
ULONG Offset
 
ULONG Length
 
KSSTREAM_POINTER StreamPointer
 
KSPIN_LOCK Lock
 

Detailed Description

Definition at line 16 of file pin.c.

Member Data Documentation

◆ Callback

PFNKSSTREAMPOINTER _KSISTREAM_POINTER::Callback

Definition at line 18 of file pin.c.

Referenced by KsStreamPointerScheduleTimeout().

◆ Data

PVOID _KSISTREAM_POINTER::Data

Definition at line 24 of file pin.c.

◆ Irp

PIRP _KSISTREAM_POINTER::Irp

Definition at line 19 of file pin.c.

Referenced by KsStreamPointerClone(), and KsStreamPointerUnlock().

◆ Length

ULONG _KSISTREAM_POINTER::Length

Definition at line 26 of file pin.c.

Referenced by KsStreamPointerAdvanceOffsets().

◆ Lock

KSPIN_LOCK _KSISTREAM_POINTER::Lock

Definition at line 28 of file pin.c.

◆ Next

struct _KSISTREAM_POINTER* _KSISTREAM_POINTER::Next

Definition at line 22 of file pin.c.

Referenced by KsStreamPointerDelete(), and KsStreamPointerGetNextClone().

◆ Offset

ULONG _KSISTREAM_POINTER::Offset

Definition at line 25 of file pin.c.

Referenced by KsStreamPointerAdvanceOffsets().

◆ Pin

PKSPIN _KSISTREAM_POINTER::Pin

Definition at line 23 of file pin.c.

Referenced by KsStreamPointerAdvanceOffsets(), and KsStreamPointerClone().

◆ StreamPointer

◆ Timer

KTIMER _KSISTREAM_POINTER::Timer

Definition at line 20 of file pin.c.

Referenced by KsStreamPointerCancelTimeout(), and KsStreamPointerScheduleTimeout().

◆ TimerDpc

KDPC _KSISTREAM_POINTER::TimerDpc

Definition at line 21 of file pin.c.

Referenced by KsStreamPointerScheduleTimeout().


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