ReactOS 0.4.16-dev-340-g0540c21
|
#include <iotypes.h>
Public Attributes | |
KDEVICE_QUEUE_ENTRY | WaitQueueEntry |
PDRIVER_CONTROL | DeviceRoutine |
PVOID | DeviceContext |
ULONG | NumberOfMapRegisters |
PVOID | DeviceObject |
PVOID | CurrentIrp |
PKDPC | BufferChainingDpc |
PVOID _WAIT_CONTEXT_BLOCK::CurrentIrp |
Definition at line 223 of file iotypes.h.
Referenced by HalBuildScatterGatherList(), IoAllocateAdapterChannel(), and IoFreeAdapterChannel().
PVOID _WAIT_CONTEXT_BLOCK::DeviceContext |
Definition at line 220 of file iotypes.h.
Referenced by HalBuildScatterGatherList(), IoAllocateAdapterChannel(), and IoFreeAdapterChannel().
PVOID _WAIT_CONTEXT_BLOCK::DeviceObject |
Definition at line 222 of file iotypes.h.
Referenced by HalBuildScatterGatherList(), IoAllocateAdapterChannel(), and IoFreeAdapterChannel().
PDRIVER_CONTROL _WAIT_CONTEXT_BLOCK::DeviceRoutine |
Definition at line 219 of file iotypes.h.
Referenced by IoFreeAdapterChannel().
ULONG _WAIT_CONTEXT_BLOCK::NumberOfMapRegisters |
Definition at line 221 of file iotypes.h.
Referenced by IoFreeAdapterChannel().
KDEVICE_QUEUE_ENTRY _WAIT_CONTEXT_BLOCK::WaitQueueEntry |