ReactOS 0.4.16-dev-550-g2186ce3
_COMPBATT_DEVICE_EXTENSION Struct Reference

#include <compbatt.h>

Collaboration diagram for _COMPBATT_DEVICE_EXTENSION:

Public Attributes

PVOID ClassData
 
ULONG NextTag
 
LIST_ENTRY BatteryList
 
FAST_MUTEX Lock
 
ULONG Tag
 
ULONG Flags
 
BATTERY_INFORMATION BatteryInformation
 
BATTERY_STATUS BatteryStatus
 
BATTERY_WAIT_STATUS WaitNotifyStatus
 
ULONGLONG InterruptTime
 
PDEVICE_OBJECT AttachedDevice
 
PDEVICE_OBJECT DeviceObject
 
PVOID NotificationEntry
 

Detailed Description

Definition at line 154 of file compbatt.h.

Member Data Documentation

◆ AttachedDevice

PDEVICE_OBJECT _COMPBATT_DEVICE_EXTENSION::AttachedDevice

◆ BatteryInformation

BATTERY_INFORMATION _COMPBATT_DEVICE_EXTENSION::BatteryInformation

Definition at line 196 of file compbatt.h.

◆ BatteryList

LIST_ENTRY _COMPBATT_DEVICE_EXTENSION::BatteryList

Definition at line 171 of file compbatt.h.

Referenced by CompBattAddDevice().

◆ BatteryStatus

BATTERY_STATUS _COMPBATT_DEVICE_EXTENSION::BatteryStatus

Definition at line 197 of file compbatt.h.

Referenced by CompBattMonitorIrpCompleteWorker().

◆ ClassData

PVOID _COMPBATT_DEVICE_EXTENSION::ClassData

Definition at line 161 of file compbatt.h.

Referenced by CompBattAddDevice(), CompBattIoctl(), and CompBattMonitorIrpCompleteWorker().

◆ DeviceObject

PDEVICE_OBJECT _COMPBATT_DEVICE_EXTENSION::DeviceObject

Definition at line 208 of file compbatt.h.

Referenced by CompBattAddDevice(), and CompBattMonitorIrpCompleteWorker().

◆ Flags

ULONG _COMPBATT_DEVICE_EXTENSION::Flags

Definition at line 189 of file compbatt.h.

Referenced by CompBattAddDevice(), and CompBattMonitorIrpCompleteWorker().

◆ InterruptTime

ULONGLONG _COMPBATT_DEVICE_EXTENSION::InterruptTime

Definition at line 201 of file compbatt.h.

Referenced by CompBattMonitorIrpCompleteWorker().

◆ Lock

FAST_MUTEX _COMPBATT_DEVICE_EXTENSION::Lock

Definition at line 174 of file compbatt.h.

Referenced by CompBattAddDevice().

◆ NextTag

ULONG _COMPBATT_DEVICE_EXTENSION::NextTag

Definition at line 168 of file compbatt.h.

Referenced by CompBattAddDevice().

◆ NotificationEntry

PVOID _COMPBATT_DEVICE_EXTENSION::NotificationEntry

Definition at line 211 of file compbatt.h.

Referenced by CompBattPnpDispatch().

◆ Tag

ULONG _COMPBATT_DEVICE_EXTENSION::Tag

Definition at line 177 of file compbatt.h.

Referenced by CompBattMonitorIrpCompleteWorker().

◆ WaitNotifyStatus

BATTERY_WAIT_STATUS _COMPBATT_DEVICE_EXTENSION::WaitNotifyStatus

Definition at line 198 of file compbatt.h.

Referenced by CompBattMonitorIrpCompleteWorker().


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