|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| PFNKSSTREAMPOINTER | Callback |
| PIRP | Irp |
| KTIMER | Timer |
| KDPC | TimerDpc |
| struct _KSISTREAM_POINTER * | Next |
| PKSPIN | Pin |
| PVOID | Data |
| ULONG | Offset |
| ULONG | Length |
| KSSTREAM_POINTER | StreamPointer |
| KSPIN_LOCK | Lock |
| PFNKSSTREAMPOINTER _KSISTREAM_POINTER::Callback |
Definition at line 18 of file pin.c.
Referenced by KsStreamPointerScheduleTimeout().
| PIRP _KSISTREAM_POINTER::Irp |
Definition at line 19 of file pin.c.
Referenced by KsStreamPointerClone(), and KsStreamPointerUnlock().
| ULONG _KSISTREAM_POINTER::Length |
Definition at line 26 of file pin.c.
Referenced by KsStreamPointerAdvanceOffsets().
| KSPIN_LOCK _KSISTREAM_POINTER::Lock |
| struct _KSISTREAM_POINTER* _KSISTREAM_POINTER::Next |
Definition at line 22 of file pin.c.
Referenced by KsStreamPointerDelete(), and KsStreamPointerGetNextClone().
| ULONG _KSISTREAM_POINTER::Offset |
Definition at line 25 of file pin.c.
Referenced by KsStreamPointerAdvanceOffsets().
| PKSPIN _KSISTREAM_POINTER::Pin |
Definition at line 23 of file pin.c.
Referenced by KsStreamPointerAdvanceOffsets(), and KsStreamPointerClone().
| KSSTREAM_POINTER _KSISTREAM_POINTER::StreamPointer |
Definition at line 27 of file pin.c.
Referenced by IKsPin_PrepareStreamHeader(), KsStreamPointerAdvanceOffsets(), KsStreamPointerCancelTimeout(), KsStreamPointerClone(), KsStreamPointerDelete(), KsStreamPointerGetNextClone(), KsStreamPointerScheduleTimeout(), and KsStreamPointerUnlock().
| KTIMER _KSISTREAM_POINTER::Timer |
Definition at line 20 of file pin.c.
Referenced by KsStreamPointerCancelTimeout(), and KsStreamPointerScheduleTimeout().
| KDPC _KSISTREAM_POINTER::TimerDpc |
Definition at line 21 of file pin.c.
Referenced by KsStreamPointerScheduleTimeout().