ReactOS 0.4.15-dev-7998-gdb93cb1
_DEVICE_OBJECT_POWER_EXTENSION Struct Reference

#include <po.h>

Collaboration diagram for _DEVICE_OBJECT_POWER_EXTENSION:

Public Attributes

ULONG IdleCount
 
ULONG ConservationIdleTime
 
ULONG PerformanceIdleTime
 
PDEVICE_OBJECT DeviceObject
 
LIST_ENTRY IdleList
 
DEVICE_POWER_STATE State
 
LIST_ENTRY NotifySourceList
 
LIST_ENTRY NotifyTargetList
 
POWER_CHANNEL_SUMMARY PowerChannelSummary
 
LIST_ENTRY Volume
 

Detailed Description

Definition at line 257 of file po.h.

Member Data Documentation

◆ ConservationIdleTime

ULONG _DEVICE_OBJECT_POWER_EXTENSION::ConservationIdleTime

Definition at line 260 of file po.h.

◆ DeviceObject

PDEVICE_OBJECT _DEVICE_OBJECT_POWER_EXTENSION::DeviceObject

Definition at line 262 of file po.h.

Referenced by PopFlushVolumes(), PopFlushVolumeWorker(), and PopGetDope().

◆ IdleCount

ULONG _DEVICE_OBJECT_POWER_EXTENSION::IdleCount

Definition at line 259 of file po.h.

◆ IdleList

LIST_ENTRY _DEVICE_OBJECT_POWER_EXTENSION::IdleList

Definition at line 263 of file po.h.

Referenced by PopGetDope().

◆ NotifySourceList

LIST_ENTRY _DEVICE_OBJECT_POWER_EXTENSION::NotifySourceList

Definition at line 265 of file po.h.

◆ NotifyTargetList

LIST_ENTRY _DEVICE_OBJECT_POWER_EXTENSION::NotifyTargetList

Definition at line 266 of file po.h.

◆ PerformanceIdleTime

ULONG _DEVICE_OBJECT_POWER_EXTENSION::PerformanceIdleTime

Definition at line 261 of file po.h.

◆ PowerChannelSummary

POWER_CHANNEL_SUMMARY _DEVICE_OBJECT_POWER_EXTENSION::PowerChannelSummary

Definition at line 267 of file po.h.

◆ State

DEVICE_POWER_STATE _DEVICE_OBJECT_POWER_EXTENSION::State

Definition at line 264 of file po.h.

Referenced by PopGetDope().

◆ Volume

LIST_ENTRY _DEVICE_OBJECT_POWER_EXTENSION::Volume

Definition at line 268 of file po.h.

Referenced by PopFlushVolumes(), PoRemoveVolumeDevice(), and PoVolumeDevice().


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