ReactOS 0.4.15-dev-7958-gcd0bb1a
_CDROM_POWER_CONTEXT Struct Reference

#include <cdrom.h>

Collaboration diagram for _CDROM_POWER_CONTEXT:

Public Attributes

BOOLEAN InUse
 
LARGE_INTEGER StartTime
 
LARGE_INTEGER Step1CompleteTime
 
LARGE_INTEGER CompleteTime
 
union {
   CDROM_POWER_DOWN_STATE   PowerDown
 
   CDROM_POWER_UP_STATE   PowerUp
 
PowerChangeState
 
CDROM_POWER_OPTIONS Options
 
WDFREQUEST PowerRequest
 
SCSI_REQUEST_BLOCK Srb
 
SENSE_DATA SenseData
 
ULONG RetryCount
 
LONGLONG RetryIntervalIn100ns
 

Detailed Description

Definition at line 429 of file cdrom.h.

Member Data Documentation

◆ CompleteTime

LARGE_INTEGER _CDROM_POWER_CONTEXT::CompleteTime

Definition at line 435 of file cdrom.h.

◆ InUse

BOOLEAN _CDROM_POWER_CONTEXT::InUse

Definition at line 431 of file cdrom.h.

Referenced by RequestProcessPowerIrpCompletion().

◆ Options

CDROM_POWER_OPTIONS _CDROM_POWER_CONTEXT::Options

◆ 

union { ... } _CDROM_POWER_CONTEXT::PowerChangeState

◆ PowerDown

CDROM_POWER_DOWN_STATE _CDROM_POWER_CONTEXT::PowerDown

Definition at line 438 of file cdrom.h.

Referenced by DeviceEvtD0Exit(), and RequestProcessPowerIrpCompletion().

◆ PowerRequest

WDFREQUEST _CDROM_POWER_CONTEXT::PowerRequest

Definition at line 444 of file cdrom.h.

◆ PowerUp

CDROM_POWER_UP_STATE _CDROM_POWER_CONTEXT::PowerUp

Definition at line 439 of file cdrom.h.

◆ RetryCount

ULONG _CDROM_POWER_CONTEXT::RetryCount

Definition at line 449 of file cdrom.h.

◆ RetryIntervalIn100ns

LONGLONG _CDROM_POWER_CONTEXT::RetryIntervalIn100ns

Definition at line 450 of file cdrom.h.

◆ SenseData

SENSE_DATA _CDROM_POWER_CONTEXT::SenseData

Definition at line 447 of file cdrom.h.

◆ Srb

SCSI_REQUEST_BLOCK _CDROM_POWER_CONTEXT::Srb

Definition at line 446 of file cdrom.h.

◆ StartTime

LARGE_INTEGER _CDROM_POWER_CONTEXT::StartTime

Definition at line 433 of file cdrom.h.

◆ Step1CompleteTime

LARGE_INTEGER _CDROM_POWER_CONTEXT::Step1CompleteTime

Definition at line 434 of file cdrom.h.


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