ReactOS 0.4.15-dev-7942-gd23573b
_BATTERY_MINIPORT_INFO Struct Reference

#include <batclass.h>

Collaboration diagram for _BATTERY_MINIPORT_INFO:

Public Attributes

USHORT MajorVersion
 
USHORT MinorVersion
 
PVOID Context
 
BCLASS_QUERY_TAG QueryTag
 
BCLASS_QUERY_INFORMATION QueryInformation
 
BCLASS_SET_INFORMATION SetInformation
 
BCLASS_QUERY_STATUS QueryStatus
 
BCLASS_SET_STATUS_NOTIFY SetStatusNotify
 
BCLASS_DISABLE_STATUS_NOTIFY DisableStatusNotify
 
PDEVICE_OBJECT Pdo
 
PUNICODE_STRING DeviceName
 

Detailed Description

Definition at line 247 of file batclass.h.

Member Data Documentation

◆ Context

PVOID _BATTERY_MINIPORT_INFO::Context

◆ DeviceName

PUNICODE_STRING _BATTERY_MINIPORT_INFO::DeviceName

Definition at line 258 of file batclass.h.

Referenced by CmBattAddBattery(), and CompBattAddDevice().

◆ DisableStatusNotify

BCLASS_DISABLE_STATUS_NOTIFY _BATTERY_MINIPORT_INFO::DisableStatusNotify

Definition at line 256 of file batclass.h.

Referenced by BatteryClassIoctl(), CmBattAddBattery(), and CompBattAddDevice().

◆ MajorVersion

USHORT _BATTERY_MINIPORT_INFO::MajorVersion

Definition at line 248 of file batclass.h.

Referenced by CmBattAddBattery(), and CompBattAddDevice().

◆ MinorVersion

USHORT _BATTERY_MINIPORT_INFO::MinorVersion

Definition at line 249 of file batclass.h.

Referenced by CmBattAddBattery(), and CompBattAddDevice().

◆ Pdo

PDEVICE_OBJECT _BATTERY_MINIPORT_INFO::Pdo

Definition at line 257 of file batclass.h.

Referenced by BatteryClassInitializeDevice(), CmBattAddBattery(), and CompBattAddDevice().

◆ QueryInformation

BCLASS_QUERY_INFORMATION _BATTERY_MINIPORT_INFO::QueryInformation

Definition at line 252 of file batclass.h.

Referenced by BatteryClassIoctl(), CmBattAddBattery(), and CompBattAddDevice().

◆ QueryStatus

BCLASS_QUERY_STATUS _BATTERY_MINIPORT_INFO::QueryStatus

◆ QueryTag

BCLASS_QUERY_TAG _BATTERY_MINIPORT_INFO::QueryTag

Definition at line 251 of file batclass.h.

Referenced by BatteryClassIoctl(), CmBattAddBattery(), and CompBattAddDevice().

◆ SetInformation

BCLASS_SET_INFORMATION _BATTERY_MINIPORT_INFO::SetInformation

Definition at line 253 of file batclass.h.

Referenced by BatteryClassIoctl(), CmBattAddBattery(), and CompBattAddDevice().

◆ SetStatusNotify

BCLASS_SET_STATUS_NOTIFY _BATTERY_MINIPORT_INFO::SetStatusNotify

Definition at line 255 of file batclass.h.

Referenced by BatteryClassIoctl(), CmBattAddBattery(), and CompBattAddDevice().


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