ReactOS 0.4.15-dev-7788-g1ad9096
batclass.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _BATTERY_QUERY_INFORMATION
 
struct  _BATTERY_INFORMATION
 
struct  _BATTERY_MANUFACTURE_DATE
 
struct  _BATTERY_SET_INFORMATION
 
struct  _BATTERY_WAIT_STATUS
 
struct  _BATTERY_STATUS
 
struct  _BATTERY_NOTIFY
 
struct  _BATTERY_MINIPORT_INFO
 
struct  _BATTERY_WMI_STATUS
 
struct  _BATTERY_WMI_RUNTIME
 
struct  _BATTERY_WMI_TEMPERATURE
 
struct  _BATTERY_WMI_FULL_CHARGED_CAPACITY
 
struct  _BATTERY_WMI_CYCLE_COUNT
 
struct  _BATTERY_WMI_STATIC_DATA
 
struct  _BATTERY_WMI_STATUS_CHANGE
 
struct  _BATTERY_TAG_CHANGE
 

Macros

#define _BATCLASS_
 
#define BATTERY_SET_CHARGE_SUPPORTED   0x00000001
 
#define BATTERY_SET_DISCHARGE_SUPPORTED   0x00000002
 
#define BATTERY_SET_RESUME_SUPPORTED   0x00000004
 
#define BATTERY_IS_SHORT_TERM   0x20000000
 
#define BATTERY_CAPACITY_RELATIVE   0x40000000
 
#define BATTERY_SYSTEM_BATTERY   0x80000000
 
#define BATTERY_UNKNOWN_CAPACITY   0xFFFFFFFF
 
#define BATTERY_UNKNOWN_TIME   0x80000000
 
#define MAX_BATTERY_STRING_SIZE   128
 
#define BATTERY_POWER_ON_LINE   0x00000001
 
#define BATTERY_DISCHARGING   0x00000002
 
#define BATTERY_CHARGING   0x00000004
 
#define BATTERY_CRITICAL   0x00000008
 
#define BATTERY_UNKNOWN_VOLTAGE   0xFFFFFFFF
 
#define BATTERY_UNKNOWN_RATE   0x80000000
 
#define IOCTL_BATTERY_QUERY_TAG    CTL_CODE(FILE_DEVICE_BATTERY, 0x10, METHOD_BUFFERED, FILE_READ_ACCESS)
 
#define IOCTL_BATTERY_QUERY_INFORMATION    CTL_CODE(FILE_DEVICE_BATTERY, 0x11, METHOD_BUFFERED, FILE_READ_ACCESS)
 
#define IOCTL_BATTERY_SET_INFORMATION    CTL_CODE(FILE_DEVICE_BATTERY, 0x12, METHOD_BUFFERED, FILE_WRITE_ACCESS)
 
#define IOCTL_BATTERY_QUERY_STATUS    CTL_CODE(FILE_DEVICE_BATTERY, 0x13, METHOD_BUFFERED, FILE_READ_ACCESS)
 
#define BATTERY_TAG_INVALID   0
 
#define BATTERY_CLASS_MAJOR_VERSION   0x0001
 
#define BATTERY_CLASS_MINOR_VERSION   0x0000
 
#define BCLASSAPI   DECLSPEC_IMPORT
 

Typedefs

typedef enum _BATTERY_QUERY_INFORMATION_LEVEL BATTERY_QUERY_INFORMATION_LEVEL
 
typedef struct _BATTERY_QUERY_INFORMATION BATTERY_QUERY_INFORMATION
 
typedef struct _BATTERY_QUERY_INFORMATIONPBATTERY_QUERY_INFORMATION
 
typedef struct _BATTERY_INFORMATION BATTERY_INFORMATION
 
typedef struct _BATTERY_INFORMATIONPBATTERY_INFORMATION
 
typedef struct _BATTERY_MANUFACTURE_DATE BATTERY_MANUFACTURE_DATE
 
typedef struct _BATTERY_MANUFACTURE_DATEPBATTERY_MANUFACTURE_DATE
 
typedef enum _BATTERY_SET_INFORMATION_LEVEL BATTERY_SET_INFORMATION_LEVEL
 
typedef struct _BATTERY_SET_INFORMATION BATTERY_SET_INFORMATION
 
typedef struct _BATTERY_SET_INFORMATIONPBATTERY_SET_INFORMATION
 
typedef struct _BATTERY_WAIT_STATUS BATTERY_WAIT_STATUS
 
typedef struct _BATTERY_WAIT_STATUSPBATTERY_WAIT_STATUS
 
typedef struct _BATTERY_STATUS BATTERY_STATUS
 
typedef struct _BATTERY_STATUSPBATTERY_STATUS
 
typedef BCLASS_QUERY_TAG_CALLBACK * PBCLASS_QUERY_TAG_CALLBACK
 
typedef BCLASS_QUERY_INFORMATION_CALLBACK * PBCLASS_QUERY_INFORMATION_CALLBACK
 
typedef BCLASS_QUERY_STATUS_CALLBACK * PBCLASS_QUERY_STATUS_CALLBACK
 
typedef struct _BATTERY_NOTIFY BATTERY_NOTIFY
 
typedef struct _BATTERY_NOTIFYPBATTERY_NOTIFY
 
typedef BCLASS_SET_STATUS_NOTIFY_CALLBACK * PBCLASS_SET_STATUS_NOTIFY_CALLBACK
 
typedef BCLASS_SET_INFORMATION_CALLBACK * PBCLASS_SET_INFORMATION_CALLBACK
 
typedef BCLASS_DISABLE_STATUS_NOTIFY_CALLBACK * PBCLASS_DISABLE_STATUS_NOTIFY_CALLBACK
 
typedef PBCLASS_QUERY_TAG_CALLBACK BCLASS_QUERY_TAG
 
typedef PBCLASS_QUERY_INFORMATION_CALLBACK BCLASS_QUERY_INFORMATION
 
typedef PBCLASS_QUERY_STATUS_CALLBACK BCLASS_QUERY_STATUS
 
typedef PBCLASS_SET_STATUS_NOTIFY_CALLBACK BCLASS_SET_STATUS_NOTIFY
 
typedef PBCLASS_SET_INFORMATION_CALLBACK BCLASS_SET_INFORMATION
 
typedef PBCLASS_DISABLE_STATUS_NOTIFY_CALLBACK BCLASS_DISABLE_STATUS_NOTIFY
 
typedef struct _BATTERY_MINIPORT_INFO BATTERY_MINIPORT_INFO
 
typedef struct _BATTERY_MINIPORT_INFOPBATTERY_MINIPORT_INFO
 
typedef struct _BATTERY_WMI_STATUS BATTERY_WMI_STATUS
 
typedef struct _BATTERY_WMI_STATUSPBATTERY_WMI_STATUS
 
typedef struct _BATTERY_WMI_RUNTIME BATTERY_WMI_RUNTIME
 
typedef struct _BATTERY_WMI_RUNTIMEPBATTERY_WMI_RUNTIME
 
typedef struct _BATTERY_WMI_TEMPERATURE BATTERY_WMI_TEMPERATURE
 
typedef struct _BATTERY_WMI_TEMPERATUREPBATTERY_WMI_TEMPERATURE
 
typedef struct _BATTERY_WMI_FULL_CHARGED_CAPACITY BATTERY_WMI_FULL_CHARGED_CAPACITY
 
typedef struct _BATTERY_WMI_FULL_CHARGED_CAPACITYPBATTERY_WMI_FULL_CHARGED_CAPACITY
 
typedef struct _BATTERY_WMI_CYCLE_COUNT BATTERY_WMI_CYCLE_COUNT
 
typedef struct _BATTERY_WMI_CYCLE_COUNTPBATTERY_WMI_CYCLE_COUNT
 
typedef struct _BATTERY_WMI_STATIC_DATA BATTERY_WMI_STATIC_DATA
 
typedef struct _BATTERY_WMI_STATIC_DATAPBATTERY_WMI_STATIC_DATA
 
typedef struct _BATTERY_WMI_STATUS_CHANGE BATTERY_WMI_STATUS_CHANGE
 
typedef struct _BATTERY_WMI_STATUS_CHANGEPBATTERY_WMI_STATUS_CHANGE
 
typedef struct _BATTERY_TAG_CHANGE BATTERY_TAG_CHANGE
 
typedef struct _BATTERY_TAG_CHANGEPBATTERY_TAG_CHANGE
 

Enumerations

enum  _BATTERY_QUERY_INFORMATION_LEVEL {
  BatteryInformation = 0 , BatteryGranularityInformation , BatteryTemperature , BatteryEstimatedTime ,
  BatteryDeviceName , BatteryManufactureDate , BatteryManufactureName , BatteryUniqueID ,
  BatterySerialNumber
}
 
enum  _BATTERY_SET_INFORMATION_LEVEL { BatteryCriticalBias = 0 , BatteryCharge , BatteryDischarge }
 

Functions

 DEFINE_GUID (GUID_DEVICE_BATTERY, 0x72631e54L, 0x78A4, 0x11d0, 0xbc, 0xf7, 0x00, 0xaa, 0x00, 0xb7, 0xb3, 0x2a)
 
 DEFINE_GUID (BATTERY_STATUS_WMI_GUID, 0xfc4670d1, 0xebbf, 0x416e, 0x87, 0xce, 0x37, 0x4a, 0x4e, 0xbc, 0x11, 0x1a)
 
 DEFINE_GUID (BATTERY_RUNTIME_WMI_GUID, 0x535a3767, 0x1ac2, 0x49bc, 0xa0, 0x77, 0x3f, 0x7a, 0x02, 0xe4, 0x0a, 0xec)
 
 DEFINE_GUID (BATTERY_TEMPERATURE_WMI_GUID, 0x1a52a14d, 0xadce, 0x4a44, 0x9a, 0x3e, 0xc8, 0xd8, 0xf1, 0x5f, 0xf2, 0xc2)
 
 DEFINE_GUID (BATTERY_FULL_CHARGED_CAPACITY_WMI_GUID, 0x40b40565, 0x96f7, 0x4435, 0x86, 0x94, 0x97, 0xe0, 0xe4, 0x39, 0x59, 0x05)
 
 DEFINE_GUID (BATTERY_CYCLE_COUNT_WMI_GUID, 0xef98db24, 0x0014, 0x4c25, 0xa5, 0x0b, 0xc7, 0x24, 0xae, 0x5c, 0xd3, 0x71)
 
 DEFINE_GUID (BATTERY_STATIC_DATA_WMI_GUID, 0x05e1e463, 0xe4e2, 0x4ea9, 0x80, 0xcb, 0x9b, 0xd4, 0xb3, 0xca, 0x06, 0x55)
 
 DEFINE_GUID (BATTERY_STATUS_CHANGE_WMI_GUID, 0xcddfa0c3, 0x7c5b, 0x4e43, 0xa0, 0x34, 0x05, 0x9f, 0xa5, 0xb8, 0x43, 0x64)
 
 DEFINE_GUID (BATTERY_TAG_CHANGE_WMI_GUID, 0x5e1f6e19, 0x8786, 0x4d23, 0x94, 0xfc, 0x9e, 0x74, 0x6b, 0xd5, 0xd8, 0x88)
 
 _Function_class_ (BCLASS_QUERY_TAG_CALLBACK) _IRQL_requires_same_ _IRQL_requires_max_(PASSIVE_LEVEL) _Check_return_ typedef NTSTATUS(NTAPI BCLASS_QUERY_TAG_CALLBACK)(_In_ PVOID Context
 
 _Function_class_ (BCLASS_QUERY_INFORMATION_CALLBACK) _IRQL_requires_same_ _IRQL_requires_max_(PASSIVE_LEVEL) _Check_return_ typedef NTSTATUS(NTAPI BCLASS_QUERY_INFORMATION_CALLBACK)(_In_ PVOID Context
 
_In_ ULONG _In_ BATTERY_QUERY_INFORMATION_LEVEL _In_ LONG _Out_writes_bytes_to_ (BufferLength, *ReturnedLength) PVOID Buffer
 
 _Function_class_ (BCLASS_QUERY_STATUS_CALLBACK) _IRQL_requires_same_ _IRQL_requires_max_(PASSIVE_LEVEL) _Check_return_ typedef NTSTATUS(NTAPI BCLASS_QUERY_STATUS_CALLBACK)(_In_ PVOID Context
 
 _Function_class_ (BCLASS_SET_STATUS_NOTIFY_CALLBACK) _IRQL_requires_same_ _IRQL_requires_max_(PASSIVE_LEVEL) _Check_return_ typedef NTSTATUS(NTAPI BCLASS_SET_STATUS_NOTIFY_CALLBACK)(_In_ PVOID Context
 
 _Function_class_ (BCLASS_SET_INFORMATION_CALLBACK) _IRQL_requires_same_ _IRQL_requires_max_(PASSIVE_LEVEL) _Check_return_ typedef NTSTATUS(NTAPI BCLASS_SET_INFORMATION_CALLBACK)(_In_ PVOID Context
 
 _Function_class_ (BCLASS_DISABLE_STATUS_NOTIFY_CALLBACK) _IRQL_requires_same_ _IRQL_requires_max_(PASSIVE_LEVEL) _Check_return_ typedef NTSTATUS(NTAPI BCLASS_DISABLE_STATUS_NOTIFY_CALLBACK)(_In_ PVOID Context)
 
 _IRQL_requires_max_ (PASSIVE_LEVEL) _Check_return_ BCLASSAPI NTSTATUS NTAPI BatteryClassInitializeDevice(_In_ PBATTERY_MINIPORT_INFO MiniportInfo
 Queries information details about a security descriptor.
 
 _IRQL_requires_max_ (DISPATCH_LEVEL) BCLASSAPI NTSTATUS NTAPI BatteryClassStatusNotify(_In_ PVOID ClassData)
 
_Inout_ PDEVICE_OBJECT _Inout_ PIRP _In_ ULONG _Out_writes_ (1) PULONG InstanceLengthArray
 
_Inout_ PDEVICE_OBJECT _Inout_ PIRP _In_ ULONG _In_ ULONG _Out_writes_bytes_opt_ (OutBufferSize) PUCHAR Buffer)
 

Variables

_Out_ PULONG BatteryTag
 
_In_ ULONG _In_ BATTERY_QUERY_INFORMATION_LEVEL Level
 
_In_ ULONG _In_ BATTERY_QUERY_INFORMATION_LEVEL _In_ LONG AtRate
 
_In_ ULONG _In_ BATTERY_QUERY_INFORMATION_LEVEL _In_ LONG _In_ ULONG BufferLength
 
_In_ ULONG _In_ BATTERY_QUERY_INFORMATION_LEVEL _In_ LONG _In_ ULONG _Out_ PULONG ReturnedLength
 
_In_ ULONG _Out_ PBATTERY_STATUS BatteryStatus
 
_In_ ULONG _In_ PBATTERY_NOTIFY BatteryNotify
 
_In_ ULONG _In_ BATTERY_SET_INFORMATION_LEVEL _In_opt_ PVOID Buffer
 
_Out_ PVOIDClassData
 
_Inout_ PIRP Irp
 
_Inout_ PDEVICE_OBJECT DeviceObject
 
_Inout_ PDEVICE_OBJECT _Inout_ PIRP _In_ ULONG GuidIndex
 
_Inout_ PDEVICE_OBJECT _Inout_ PIRP _In_ ULONG _In_ ULONG OutBufferSize
 
_In_ PVOID WmiLibContext
 
_In_ PVOID _In_ PDEVICE_OBJECT _Inout_ PIRP _Out_ PVOID Disposition
 

Macro Definition Documentation

◆ _BATCLASS_

#define _BATCLASS_

Definition at line 54 of file batclass.h.

◆ BATTERY_CAPACITY_RELATIVE

#define BATTERY_CAPACITY_RELATIVE   0x40000000

Definition at line 61 of file batclass.h.

◆ BATTERY_CHARGING

#define BATTERY_CHARGING   0x00000004

Definition at line 75 of file batclass.h.

◆ BATTERY_CLASS_MAJOR_VERSION

#define BATTERY_CLASS_MAJOR_VERSION   0x0001

Definition at line 163 of file batclass.h.

◆ BATTERY_CLASS_MINOR_VERSION

#define BATTERY_CLASS_MINOR_VERSION   0x0000

Definition at line 164 of file batclass.h.

◆ BATTERY_CRITICAL

#define BATTERY_CRITICAL   0x00000008

Definition at line 76 of file batclass.h.

◆ BATTERY_DISCHARGING

#define BATTERY_DISCHARGING   0x00000002

Definition at line 74 of file batclass.h.

◆ BATTERY_IS_SHORT_TERM

#define BATTERY_IS_SHORT_TERM   0x20000000

Definition at line 60 of file batclass.h.

◆ BATTERY_POWER_ON_LINE

#define BATTERY_POWER_ON_LINE   0x00000001

Definition at line 73 of file batclass.h.

◆ BATTERY_SET_CHARGE_SUPPORTED

#define BATTERY_SET_CHARGE_SUPPORTED   0x00000001

Definition at line 57 of file batclass.h.

◆ BATTERY_SET_DISCHARGE_SUPPORTED

#define BATTERY_SET_DISCHARGE_SUPPORTED   0x00000002

Definition at line 58 of file batclass.h.

◆ BATTERY_SET_RESUME_SUPPORTED

#define BATTERY_SET_RESUME_SUPPORTED   0x00000004

Definition at line 59 of file batclass.h.

◆ BATTERY_SYSTEM_BATTERY

#define BATTERY_SYSTEM_BATTERY   0x80000000

Definition at line 62 of file batclass.h.

◆ BATTERY_TAG_INVALID

#define BATTERY_TAG_INVALID   0

Definition at line 94 of file batclass.h.

◆ BATTERY_UNKNOWN_CAPACITY

#define BATTERY_UNKNOWN_CAPACITY   0xFFFFFFFF

Definition at line 65 of file batclass.h.

◆ BATTERY_UNKNOWN_RATE

#define BATTERY_UNKNOWN_RATE   0x80000000

Definition at line 82 of file batclass.h.

◆ BATTERY_UNKNOWN_TIME

#define BATTERY_UNKNOWN_TIME   0x80000000

Definition at line 68 of file batclass.h.

◆ BATTERY_UNKNOWN_VOLTAGE

#define BATTERY_UNKNOWN_VOLTAGE   0xFFFFFFFF

Definition at line 79 of file batclass.h.

◆ BCLASSAPI

#define BCLASSAPI   DECLSPEC_IMPORT

Definition at line 326 of file batclass.h.

◆ IOCTL_BATTERY_QUERY_INFORMATION

#define IOCTL_BATTERY_QUERY_INFORMATION    CTL_CODE(FILE_DEVICE_BATTERY, 0x11, METHOD_BUFFERED, FILE_READ_ACCESS)

Definition at line 86 of file batclass.h.

◆ IOCTL_BATTERY_QUERY_STATUS

#define IOCTL_BATTERY_QUERY_STATUS    CTL_CODE(FILE_DEVICE_BATTERY, 0x13, METHOD_BUFFERED, FILE_READ_ACCESS)

Definition at line 90 of file batclass.h.

◆ IOCTL_BATTERY_QUERY_TAG

#define IOCTL_BATTERY_QUERY_TAG    CTL_CODE(FILE_DEVICE_BATTERY, 0x10, METHOD_BUFFERED, FILE_READ_ACCESS)

Definition at line 84 of file batclass.h.

◆ IOCTL_BATTERY_SET_INFORMATION

#define IOCTL_BATTERY_SET_INFORMATION    CTL_CODE(FILE_DEVICE_BATTERY, 0x12, METHOD_BUFFERED, FILE_WRITE_ACCESS)

Definition at line 88 of file batclass.h.

◆ MAX_BATTERY_STRING_SIZE

#define MAX_BATTERY_STRING_SIZE   128

Definition at line 70 of file batclass.h.

Typedef Documentation

◆ BATTERY_INFORMATION

◆ BATTERY_MANUFACTURE_DATE

◆ BATTERY_MINIPORT_INFO

◆ BATTERY_NOTIFY

◆ BATTERY_QUERY_INFORMATION

◆ BATTERY_QUERY_INFORMATION_LEVEL

◆ BATTERY_SET_INFORMATION

◆ BATTERY_SET_INFORMATION_LEVEL

◆ BATTERY_STATUS

◆ BATTERY_TAG_CHANGE

◆ BATTERY_WAIT_STATUS

◆ BATTERY_WMI_CYCLE_COUNT

◆ BATTERY_WMI_FULL_CHARGED_CAPACITY

◆ BATTERY_WMI_RUNTIME

◆ BATTERY_WMI_STATIC_DATA

◆ BATTERY_WMI_STATUS

◆ BATTERY_WMI_STATUS_CHANGE

◆ BATTERY_WMI_TEMPERATURE

◆ BCLASS_DISABLE_STATUS_NOTIFY

◆ BCLASS_QUERY_INFORMATION

◆ BCLASS_QUERY_STATUS

Definition at line 242 of file batclass.h.

◆ BCLASS_QUERY_TAG

Definition at line 240 of file batclass.h.

◆ BCLASS_SET_INFORMATION

◆ BCLASS_SET_STATUS_NOTIFY

◆ PBATTERY_INFORMATION

◆ PBATTERY_MANUFACTURE_DATE

◆ PBATTERY_MINIPORT_INFO

◆ PBATTERY_NOTIFY

◆ PBATTERY_QUERY_INFORMATION

◆ PBATTERY_SET_INFORMATION

◆ PBATTERY_STATUS

◆ PBATTERY_TAG_CHANGE

◆ PBATTERY_WAIT_STATUS

◆ PBATTERY_WMI_CYCLE_COUNT

◆ PBATTERY_WMI_FULL_CHARGED_CAPACITY

◆ PBATTERY_WMI_RUNTIME

◆ PBATTERY_WMI_STATIC_DATA

◆ PBATTERY_WMI_STATUS

◆ PBATTERY_WMI_STATUS_CHANGE

◆ PBATTERY_WMI_TEMPERATURE

◆ PBCLASS_DISABLE_STATUS_NOTIFY_CALLBACK

typedef BCLASS_DISABLE_STATUS_NOTIFY_CALLBACK* PBCLASS_DISABLE_STATUS_NOTIFY_CALLBACK

Definition at line 238 of file batclass.h.

◆ PBCLASS_QUERY_INFORMATION_CALLBACK

typedef BCLASS_QUERY_INFORMATION_CALLBACK* PBCLASS_QUERY_INFORMATION_CALLBACK

Definition at line 189 of file batclass.h.

◆ PBCLASS_QUERY_STATUS_CALLBACK

typedef BCLASS_QUERY_STATUS_CALLBACK* PBCLASS_QUERY_STATUS_CALLBACK

Definition at line 200 of file batclass.h.

◆ PBCLASS_QUERY_TAG_CALLBACK

typedef BCLASS_QUERY_TAG_CALLBACK* PBCLASS_QUERY_TAG_CALLBACK

Definition at line 174 of file batclass.h.

◆ PBCLASS_SET_INFORMATION_CALLBACK

typedef BCLASS_SET_INFORMATION_CALLBACK* PBCLASS_SET_INFORMATION_CALLBACK

Definition at line 229 of file batclass.h.

◆ PBCLASS_SET_STATUS_NOTIFY_CALLBACK

typedef BCLASS_SET_STATUS_NOTIFY_CALLBACK* PBCLASS_SET_STATUS_NOTIFY_CALLBACK

Definition at line 217 of file batclass.h.

Enumeration Type Documentation

◆ _BATTERY_QUERY_INFORMATION_LEVEL

Enumerator
BatteryInformation 
BatteryGranularityInformation 
BatteryTemperature 
BatteryEstimatedTime 
BatteryDeviceName 
BatteryManufactureDate 
BatteryManufactureName 
BatteryUniqueID 
BatterySerialNumber 

Definition at line 96 of file batclass.h.

96 {
@ BatteryInformation
Definition: batclass.h:97
@ BatteryManufactureName
Definition: batclass.h:103
@ BatteryGranularityInformation
Definition: batclass.h:98
@ BatterySerialNumber
Definition: batclass.h:105
@ BatteryUniqueID
Definition: batclass.h:104
@ BatteryEstimatedTime
Definition: batclass.h:100
@ BatteryDeviceName
Definition: batclass.h:101
@ BatteryTemperature
Definition: batclass.h:99
@ BatteryManufactureDate
Definition: batclass.h:102
enum _BATTERY_QUERY_INFORMATION_LEVEL BATTERY_QUERY_INFORMATION_LEVEL

◆ _BATTERY_SET_INFORMATION_LEVEL

Enumerator
BatteryCriticalBias 
BatteryCharge 
BatteryDischarge 

Definition at line 133 of file batclass.h.

133 {
@ BatteryDischarge
Definition: batclass.h:136
@ BatteryCharge
Definition: batclass.h:135
@ BatteryCriticalBias
Definition: batclass.h:134
enum _BATTERY_SET_INFORMATION_LEVEL BATTERY_SET_INFORMATION_LEVEL

Function Documentation

◆ _Function_class_() [1/6]

_Function_class_ ( BCLASS_DISABLE_STATUS_NOTIFY_CALLBACK  )

◆ _Function_class_() [2/6]

_Function_class_ ( BCLASS_QUERY_INFORMATION_CALLBACK  )

◆ _Function_class_() [3/6]

_Function_class_ ( BCLASS_QUERY_STATUS_CALLBACK  )

◆ _Function_class_() [4/6]

_Function_class_ ( BCLASS_QUERY_TAG_CALLBACK  )

◆ _Function_class_() [5/6]

_Function_class_ ( BCLASS_SET_INFORMATION_CALLBACK  )

◆ _Function_class_() [6/6]

_Function_class_ ( BCLASS_SET_STATUS_NOTIFY_CALLBACK  )

◆ _IRQL_requires_max_() [1/2]

_IRQL_requires_max_ ( DISPATCH_LEVEL  )

Definition at line 1705 of file hardware.c.

1709{
1710 SendKey();
1712}
static VOID SendKey(VOID)
Definition: hardware.c:332
static VOID Wake(_In_ UCHAR Csn)
Definition: hardware.c:149
_In_ PISAPNP_LOGICAL_DEVICE LogicalDevice
Definition: isapnp.h:399

◆ _IRQL_requires_max_() [2/2]

_IRQL_requires_max_ ( PASSIVE_LEVEL  )

Queries information details about a security descriptor.

Computes the quota size of a security descriptor.

Assigns a security descriptor for a new object.

An extended function that assigns a security descriptor for a new object.

Frees a security descriptor.

An extended function that sets new information data to a security descriptor.

Modifies some information data about a security descriptor.

Parameters
[in]SecurityInformationSecurity information details to be queried from a security descriptor.
[out]SecurityDescriptorThe returned security descriptor with security information data.
[in,out]LengthThe returned length of a security descriptor.
[in,out]ObjectsSecurityDescriptorThe returned object security descriptor.
Returns
Returns STATUS_SUCCESS if the operations have been completed successfully and that the specific information about the security descriptor has been queried. STATUS_BUFFER_TOO_SMALL is returned if the buffer size is too small to contain the queried info about the security descriptor.
Parameters
[in]ObjectIf specified, the function will use this arbitrary object that points to an object security descriptor.
[in]SecurityInformationSecurity information details to be set.
[in]SecurityDescriptorA security descriptor where its info is to be changed.
[in,out]ObjectsSecurityDescriptorThe returned pointer to security descriptor objects.
[in]PoolTypePool type for the new security descriptor to allocate.
[in]GenericMappingThe generic mapping of access rights masks.
Returns
See SeSetSecurityDescriptorInfoEx.
Parameters
[in]ObjectIf specified, the function will use this arbitrary object that points to an object security descriptor.
[in]SecurityInformationSecurity information details to be set.
[in]SecurityDescriptorA security descriptor where its info is to be changed.
[in,out]ObjectsSecurityDescriptorThe returned pointer to security descriptor objects.
[in]AutoInheritFlagsFlags bitmask inheritation, influencing how the security descriptor can be inherited and if it can be in the first place.
[in]PoolTypePool type for the new security descriptor to allocate.
[in]GenericMappingThe generic mapping of access rights masks.
Returns
Returns STATUS_SUCCESS if the operations have been completed without problems and that new info has been set to the security descriptor. STATUS_NO_SECURITY_ON_OBJECT is returned if the object does not have a security descriptor. STATUS_INSUFFICIENT_RESOURCES is returned if memory pool allocation for the new security descriptor with new info set has failed.
Parameters
[in]SecurityDescriptorA security descriptor to be freed from memory.
Returns
Returns STATUS_SUCCESS.
Parameters
[in]_ParentDescriptorA security descriptor of the parent object that is being created.
[in]_ExplicitDescriptorAn explicit security descriptor that is applied to a new object.
[out]NewDescriptorThe new allocated security descriptor.
[in]ObjectTypeThe type of the new object.
[in]IsDirectoryObjectSet this to TRUE if the newly created object is a directory object, otherwise set this to FALSE.
[in]AutoInheritFlagsAutomatic inheritance flags that influence how access control entries within ACLs from security descriptors are inherited.
[in]SubjectContextSecurity subject context of the new object.
[in]GenericMappingGeneric mapping of access mask rights.
[in]PoolTypeThis parameter is unused.
Returns
Returns STATUS_SUCCESS if the operations have been completed successfully and that the security descriptor has been assigned to the new object. STATUS_NO_TOKEN is returned if the caller hasn't supplied a valid argument to a security subject context. STATUS_INVALID_OWNER is returned if the caller hasn't supplied a parent descriptor that belongs to the main user (owner). STATUS_INVALID_PRIMARY_GROUP is returned by the same reason as with the previous NTSTATUS code. The two NTSTATUS codes are returned if the calling thread stated that the owner and/or group is defaulted to the parent descriptor (SEF_DEFAULT_OWNER_FROM_PARENT and/or SEF_DEFAULT_GROUP_FROM_PARENT respectively). STATUS_INSUFFICIENT_RESOURCES is returned if memory pool allocation for the descriptor buffer has failed. A failure NTSTATUS is returned otherwise.
Parameters
[in]ParentDescriptorA security descriptor of the parent object that is being created.
[in]ExplicitDescriptorAn explicit security descriptor that is applied to a new object.
[out]NewDescriptorThe new allocated security descriptor.
[in]IsDirectoryObjectSet this to TRUE if the newly created object is a directory object, otherwise set this to FALSE.
[in]SubjectContextSecurity subject context of the new object.
[in]GenericMappingGeneric mapping of access mask rights.
[in]PoolTypeThis parameter is unused.
Returns
See SeAssignSecurityEx.
Parameters
[in]SecurityDescriptorA security descriptor.
[out]QuotaInfoSizeThe returned quota size of the given security descriptor to the caller. The function may return 0 to this parameter if the descriptor doesn't have a group or a discretionary access control list (DACL) even.
Returns
Returns STATUS_SUCCESS if the quota size of a security descriptor has been computed successfully. STATUS_UNKNOWN_REVISION is returned if the security descriptor has an invalid revision.

Definition at line 923 of file Messaging.c.

75{
76 PFLT_SERVER_PORT_OBJECT PortObject;
78
79 /* The caller must allow at least one connection */
80 if (MaxConnections == 0)
81 {
83 }
84
85 /* The request must be for a kernel handle */
86 if (!(ObjectAttributes->Attributes & OBJ_KERNEL_HANDLE))
87 {
89 }
90
91 /*
92 * Get rundown protection on the target to stop the owner
93 * from unloading whilst this port object is open. It gets
94 * removed in the FltpServerPortClose callback
95 */
97 if (!NT_SUCCESS(Status))
98 {
99 return Status;
100 }
101
102 /* Create the server port object for this filter */
107 NULL,
109 0,
110 0,
111 (PVOID *)&PortObject);
112 if (NT_SUCCESS(Status))
113 {
114 /* Zero out the struct */
115 RtlZeroMemory(PortObject, sizeof(FLT_SERVER_PORT_OBJECT));
116
117 /* Increment the ref count on the target filter */
119
120 /* Setup the filter port object */
121 PortObject->Filter = Filter;
125 PortObject->Cookie = ServerPortCookie;
126 PortObject->MaxConnections = MaxConnections;
127
128 /* Insert the object */
129 Status = ObInsertObject(PortObject,
130 NULL,
132 0,
133 NULL,
135 if (NT_SUCCESS(Status))
136 {
137 /* Lock the connection list */
139
140 /* Add the new port object to the connection list and increment the count */
143
144 /* Unlock the connection list*/
146 }
147 }
148
149 if (!NT_SUCCESS(Status))
150 {
151 /* Allow the filter to be cleaned up */
153 }
154
155 return Status;
156}
static const INTERNET_PORT ServerPort
Definition: CWebService.cpp:11
POBJECT_TYPE ServerPortObjectType
Definition: Messaging.c:24
VOID FLTAPI FltObjectDereference(_Inout_ PVOID Object)
Definition: Object.c:53
NTSTATUS FLTAPI FltObjectReference(_Inout_ PVOID Object)
Definition: Object.c:41
LONG NTSTATUS
Definition: precomp.h:26
IN PUNICODE_STRING IN POBJECT_ATTRIBUTES ObjectAttributes
Definition: conport.c:36
#define NULL
Definition: types.h:112
#define NT_SUCCESS(StatCode)
Definition: apphelp.c:32
#define InsertTailList(ListHead, Entry)
_Must_inspect_result_ _In_opt_ PFLT_FILTER Filter
Definition: fltkernel.h:1801
_Must_inspect_result_ _Outptr_ PFLT_PORT _In_ POBJECT_ATTRIBUTES _In_opt_ PVOID _In_ PFLT_CONNECT_NOTIFY _In_ PFLT_DISCONNECT_NOTIFY _In_opt_ PFLT_MESSAGE_NOTIFY MessageNotifyCallback
Definition: fltkernel.h:1877
_Must_inspect_result_ _Outptr_ PFLT_PORT _In_ POBJECT_ATTRIBUTES _In_opt_ PVOID _In_ PFLT_CONNECT_NOTIFY ConnectNotifyCallback
Definition: fltkernel.h:1875
_Must_inspect_result_ _Outptr_ PFLT_PORT _In_ POBJECT_ATTRIBUTES _In_opt_ PVOID ServerPortCookie
Definition: fltkernel.h:1874
_Must_inspect_result_ _Outptr_ PFLT_PORT _In_ POBJECT_ATTRIBUTES _In_opt_ PVOID _In_ PFLT_CONNECT_NOTIFY _In_ PFLT_DISCONNECT_NOTIFY DisconnectNotifyCallback
Definition: fltkernel.h:1876
ULONG FltpObjectPointerReference(_In_ PFLT_OBJECT Object)
Definition: Object.c:322
Status
Definition: gdiplustypes.h:25
VOID FASTCALL ExAcquireFastMutex(IN PFAST_MUTEX FastMutex)
Definition: fmutex.c:23
VOID FASTCALL ExReleaseFastMutex(IN PFAST_MUTEX FastMutex)
Definition: fmutex.c:31
#define OBJ_KERNEL_HANDLE
Definition: winternl.h:231
static LONG MaxConnections
#define KernelMode
Definition: asm.h:34
#define FILE_READ_DATA
Definition: nt_native.h:628
#define STANDARD_RIGHTS_ALL
Definition: nt_native.h:69
PVOID *typedef PHANDLE
Definition: ntsecpkg.h:455
NTSTATUS NTAPI ObInsertObject(IN PVOID Object, IN PACCESS_STATE AccessState OPTIONAL, IN ACCESS_MASK DesiredAccess, IN ULONG ObjectPointerBias, OUT PVOID *NewObject OPTIONAL, OUT PHANDLE Handle)
Definition: obhandle.c:2935
NTSTATUS NTAPI ObCreateObject(IN KPROCESSOR_MODE ProbeMode OPTIONAL, IN POBJECT_TYPE Type, IN POBJECT_ATTRIBUTES ObjectAttributes OPTIONAL, IN KPROCESSOR_MODE AccessMode, IN OUT PVOID ParseContext OPTIONAL, IN ULONG ObjectSize, IN ULONG PagedPoolCharge OPTIONAL, IN ULONG NonPagedPoolCharge OPTIONAL, OUT PVOID *Object)
Definition: oblife.c:1039
FLT_MUTEX_LIST_HEAD ConnectionList
Definition: fltmgrint.h:121
LIST_ENTRY mList
Definition: fltmgrint.h:56
FAST_MUTEX mLock
Definition: fltmgrint.h:55
PFLT_DISCONNECT_NOTIFY DisconnectNotify
Definition: fltmgrint.h:192
PFLT_MESSAGE_NOTIFY MessageNotify
Definition: fltmgrint.h:193
PFLT_CONNECT_NOTIFY ConnectNotify
Definition: fltmgrint.h:191
#define RtlZeroMemory(Destination, Length)
Definition: typedefs.h:262
#define STATUS_INVALID_PARAMETER
Definition: udferr_usr.h:135

◆ _Out_writes_()

_Inout_ PDEVICE_OBJECT _Inout_ PIRP _In_ ULONG _Out_writes_ ( )

◆ _Out_writes_bytes_opt_()

◆ _Out_writes_bytes_to_()

_In_ ULONG _In_ BATTERY_QUERY_INFORMATION_LEVEL _In_ LONG _Out_writes_bytes_to_ ( BufferLength  ,
ReturnedLength 
)

◆ DEFINE_GUID() [1/9]

DEFINE_GUID ( BATTERY_CYCLE_COUNT_WMI_GUID  ,
0xef98db24  ,
0x0014  ,
0x4c25  ,
0xa5  ,
0x0b  ,
0xc7  ,
0x24  ,
0xae  ,
0x5c  ,
0xd3  ,
0x71   
)

◆ DEFINE_GUID() [2/9]

DEFINE_GUID ( BATTERY_FULL_CHARGED_CAPACITY_WMI_GUID  ,
0x40b40565  ,
0x96f7  ,
0x4435  ,
0x86  ,
0x94  ,
0x97  ,
0xe0  ,
0xe4  ,
0x39  ,
0x59  ,
0x05   
)

◆ DEFINE_GUID() [3/9]

DEFINE_GUID ( BATTERY_RUNTIME_WMI_GUID  ,
0x535a3767  ,
0x1ac2  ,
0x49bc  ,
0xa0  ,
0x77  ,
0x3f  ,
0x7a  ,
0x02  ,
0xe4  ,
0x0a  ,
0xec   
)

◆ DEFINE_GUID() [4/9]

DEFINE_GUID ( BATTERY_STATIC_DATA_WMI_GUID  ,
0x05e1e463  ,
0xe4e2  ,
0x4ea9  ,
0x80  ,
0xcb  ,
0x9b  ,
0xd4  ,
0xb3  ,
0xca  ,
0x06  ,
0x55   
)

◆ DEFINE_GUID() [5/9]

DEFINE_GUID ( BATTERY_STATUS_CHANGE_WMI_GUID  ,
0xcddfa0c3  ,
0x7c5b  ,
0x4e43  ,
0xa0  ,
0x34  ,
0x05  ,
0x9f  ,
0xa5  ,
0xb8  ,
0x43  ,
0x64   
)

◆ DEFINE_GUID() [6/9]

DEFINE_GUID ( BATTERY_STATUS_WMI_GUID  ,
0xfc4670d1  ,
0xebbf  ,
0x416e  ,
0x87  ,
0xce  ,
0x37  ,
0x4a  ,
0x4e  ,
0xbc  ,
0x11  ,
0x1a   
)

◆ DEFINE_GUID() [7/9]

DEFINE_GUID ( BATTERY_TAG_CHANGE_WMI_GUID  ,
0x5e1f6e19  ,
0x8786  ,
0x4d23  ,
0x94  ,
0xfc  ,
0x9e  ,
0x74  ,
0x6b  ,
0xd5  ,
0xd8  ,
0x88   
)

◆ DEFINE_GUID() [8/9]

DEFINE_GUID ( BATTERY_TEMPERATURE_WMI_GUID  ,
0x1a52a14d  ,
0xadce  ,
0x4a44  ,
0x9a  ,
0x3e  ,
0xc8  ,
0xd8  ,
0xf1  ,
0x5f  ,
0xf2  ,
0xc2   
)

◆ DEFINE_GUID() [9/9]

DEFINE_GUID ( GUID_DEVICE_BATTERY  ,
0x72631e54L  ,
0x78A4  ,
0x11d0  ,
0xbc  ,
0xf7  ,
0x00  ,
0xaa  ,
0x00  ,
0xb7  ,
0xb3  ,
0x2a   
)

Variable Documentation

◆ AtRate

Definition at line 185 of file batclass.h.

Referenced by CmBattQueryInformation().

◆ BatteryNotify

_In_ ULONG _In_ PBATTERY_NOTIFY BatteryNotify

Definition at line 216 of file batclass.h.

Referenced by CmBattSetStatusNotify().

◆ BatteryStatus

Definition at line 199 of file batclass.h.

Referenced by CmBattQueryStatus().

◆ BatteryTag

_In_ ULONG BatteryTag

Definition at line 173 of file batclass.h.

Referenced by CmBattSetStatusNotify().

◆ Buffer

◆ BufferLength

◆ ClassData

◆ DeviceObject

Definition at line 363 of file batclass.h.

◆ Disposition

Definition at line 380 of file batclass.h.

◆ GuidIndex

Definition at line 365 of file batclass.h.

◆ Irp

Definition at line 345 of file batclass.h.

◆ Level

Definition at line 184 of file batclass.h.

◆ OutBufferSize

◆ ReturnedLength

◆ WmiLibContext

_In_ PVOID WmiLibContext

Definition at line 377 of file batclass.h.

Referenced by BT958WmiInitialize(), and CmBattSystemControl().