ReactOS 0.4.15-dev-7788-g1ad9096
_WAIT_CONTEXT_BLOCK Struct Reference

#include <iotypes.h>

Collaboration diagram for _WAIT_CONTEXT_BLOCK:

Public Attributes

KDEVICE_QUEUE_ENTRY WaitQueueEntry
 
PDRIVER_CONTROL DeviceRoutine
 
PVOID DeviceContext
 
ULONG NumberOfMapRegisters
 
PVOID DeviceObject
 
PVOID CurrentIrp
 
PKDPC BufferChainingDpc
 

Detailed Description

Definition at line 217 of file iotypes.h.

Member Data Documentation

◆ BufferChainingDpc

PKDPC _WAIT_CONTEXT_BLOCK::BufferChainingDpc

Definition at line 224 of file iotypes.h.

◆ CurrentIrp

PVOID _WAIT_CONTEXT_BLOCK::CurrentIrp

◆ DeviceContext

PVOID _WAIT_CONTEXT_BLOCK::DeviceContext

◆ DeviceObject

PVOID _WAIT_CONTEXT_BLOCK::DeviceObject

◆ DeviceRoutine

PDRIVER_CONTROL _WAIT_CONTEXT_BLOCK::DeviceRoutine

Definition at line 219 of file iotypes.h.

Referenced by IoFreeAdapterChannel().

◆ NumberOfMapRegisters

ULONG _WAIT_CONTEXT_BLOCK::NumberOfMapRegisters

Definition at line 221 of file iotypes.h.

Referenced by IoFreeAdapterChannel().

◆ WaitQueueEntry

KDEVICE_QUEUE_ENTRY _WAIT_CONTEXT_BLOCK::WaitQueueEntry

Definition at line 218 of file iotypes.h.


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