ReactOS 0.4.15-dev-6054-gbddd8b0
_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 244 of file po.h.

Member Data Documentation

◆ ConservationIdleTime

ULONG _DEVICE_OBJECT_POWER_EXTENSION::ConservationIdleTime

Definition at line 247 of file po.h.

◆ DeviceObject

PDEVICE_OBJECT _DEVICE_OBJECT_POWER_EXTENSION::DeviceObject

Definition at line 249 of file po.h.

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

◆ IdleCount

ULONG _DEVICE_OBJECT_POWER_EXTENSION::IdleCount

Definition at line 246 of file po.h.

◆ IdleList

LIST_ENTRY _DEVICE_OBJECT_POWER_EXTENSION::IdleList

Definition at line 250 of file po.h.

Referenced by PopGetDope().

◆ NotifySourceList

LIST_ENTRY _DEVICE_OBJECT_POWER_EXTENSION::NotifySourceList

Definition at line 252 of file po.h.

◆ NotifyTargetList

LIST_ENTRY _DEVICE_OBJECT_POWER_EXTENSION::NotifyTargetList

Definition at line 253 of file po.h.

◆ PerformanceIdleTime

ULONG _DEVICE_OBJECT_POWER_EXTENSION::PerformanceIdleTime

Definition at line 248 of file po.h.

◆ PowerChannelSummary

POWER_CHANNEL_SUMMARY _DEVICE_OBJECT_POWER_EXTENSION::PowerChannelSummary

Definition at line 254 of file po.h.

◆ State

DEVICE_POWER_STATE _DEVICE_OBJECT_POWER_EXTENSION::State

Definition at line 251 of file po.h.

Referenced by PopGetDope().

◆ Volume

LIST_ENTRY _DEVICE_OBJECT_POWER_EXTENSION::Volume

Definition at line 255 of file po.h.

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


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