ReactOS 0.4.15-dev-8076-g06e89b2
_CDROM_REQUEST_CONTEXT Struct Reference

#include <cdrom.h>

Collaboration diagram for _CDROM_REQUEST_CONTEXT:

Public Attributes

PCDROM_DEVICE_EXTENSION DeviceExtension
 
WDFREQUEST OriginalRequest
 
LARGE_INTEGER TimeReceived
 
LARGE_INTEGER TimeSentDownFirstTime
 
LARGE_INTEGER TimeSentDownLasttTime
 
ULONG RetriedCount
 
BOOLEAN SyncRequired
 
PKEVENT SyncEvent
 
PSYNC_HANDLER SyncCallback
 
KSPIN_LOCK ReadWriteCancelSpinLock
 
KTIMER ReadWriteTimer
 
KDPC ReadWriteDpc
 
BOOLEAN ReadWriteIsCompleted
 
BOOLEAN ReadWriteRetryInitialized
 

Detailed Description

Definition at line 630 of file cdrom.h.

Member Data Documentation

◆ DeviceExtension

◆ OriginalRequest

◆ ReadWriteCancelSpinLock

KSPIN_LOCK _CDROM_REQUEST_CONTEXT::ReadWriteCancelSpinLock

◆ ReadWriteDpc

KDPC _CDROM_REQUEST_CONTEXT::ReadWriteDpc

Definition at line 664 of file cdrom.h.

Referenced by ScratchBuffer_ReadWriteCompletionRoutine().

◆ ReadWriteIsCompleted

◆ ReadWriteRetryInitialized

BOOLEAN _CDROM_REQUEST_CONTEXT::ReadWriteRetryInitialized

Definition at line 666 of file cdrom.h.

Referenced by RequestHandleReadWrite(), and ScratchBuffer_ReadWriteCompletionRoutine().

◆ ReadWriteTimer

KTIMER _CDROM_REQUEST_CONTEXT::ReadWriteTimer

◆ RetriedCount

ULONG _CDROM_REQUEST_CONTEXT::RetriedCount

Definition at line 640 of file cdrom.h.

◆ SyncCallback

PSYNC_HANDLER _CDROM_REQUEST_CONTEXT::SyncCallback

Definition at line 645 of file cdrom.h.

Referenced by RequestSetContextFields(), and RequestSynchronizeProcessWithSerialQueue().

◆ SyncEvent

◆ SyncRequired

BOOLEAN _CDROM_REQUEST_CONTEXT::SyncRequired

◆ TimeReceived

LARGE_INTEGER _CDROM_REQUEST_CONTEXT::TimeReceived

Definition at line 635 of file cdrom.h.

Referenced by RequestSetReceivedTime().

◆ TimeSentDownFirstTime

LARGE_INTEGER _CDROM_REQUEST_CONTEXT::TimeSentDownFirstTime

◆ TimeSentDownLasttTime

LARGE_INTEGER _CDROM_REQUEST_CONTEXT::TimeSentDownLasttTime

Definition at line 637 of file cdrom.h.

Referenced by RequestClearSendTime(), and RequestSetSentTime().


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