ReactOS 0.4.16-dev-91-g764881a
|
#include <compbatt.h>
Definition at line 40 of file compbatt.h.
PDEVICE_OBJECT _COMPBATT_DEVICE_EXTENSION::AttachedDevice |
Definition at line 54 of file compbatt.h.
Referenced by CompBattAddDevice(), CompBattIoctl(), CompBattPnpDispatch(), CompBattPowerDispatch(), and CompBattSystemControl().
BATTERY_INFORMATION _COMPBATT_DEVICE_EXTENSION::BatteryInformation |
Definition at line 48 of file compbatt.h.
LIST_ENTRY _COMPBATT_DEVICE_EXTENSION::BatteryList |
Definition at line 44 of file compbatt.h.
Referenced by CompBattAddDevice().
BATTERY_STATUS _COMPBATT_DEVICE_EXTENSION::BatteryStatus |
Definition at line 49 of file compbatt.h.
PVOID _COMPBATT_DEVICE_EXTENSION::ClassData |
Definition at line 42 of file compbatt.h.
Referenced by CompBattAddDevice(), and CompBattIoctl().
PDEVICE_OBJECT _COMPBATT_DEVICE_EXTENSION::DeviceObject |
Definition at line 55 of file compbatt.h.
Referenced by CompBattAddDevice().
ULONG _COMPBATT_DEVICE_EXTENSION::Flags |
Definition at line 47 of file compbatt.h.
Referenced by CompBattAddDevice().
ULONG _COMPBATT_DEVICE_EXTENSION::HighCapacity |
Definition at line 53 of file compbatt.h.
ULONGLONG _COMPBATT_DEVICE_EXTENSION::InterruptTime |
Definition at line 50 of file compbatt.h.
FAST_MUTEX _COMPBATT_DEVICE_EXTENSION::Lock |
Definition at line 45 of file compbatt.h.
Referenced by CompBattAddDevice().
ULONG _COMPBATT_DEVICE_EXTENSION::LowCapacity |
Definition at line 52 of file compbatt.h.
ULONG _COMPBATT_DEVICE_EXTENSION::NextTag |
Definition at line 43 of file compbatt.h.
Referenced by CompBattAddDevice().
PVOID _COMPBATT_DEVICE_EXTENSION::NotificationEntry |
Definition at line 56 of file compbatt.h.
Referenced by CompBattPnpDispatch().
POWER_STATE _COMPBATT_DEVICE_EXTENSION::PowerState |
Definition at line 51 of file compbatt.h.
ULONG _COMPBATT_DEVICE_EXTENSION::Tag |
Definition at line 46 of file compbatt.h.