|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| BCLASSAPI NTSTATUS NTAPI BatteryClassInitializeDevice | ( | PBATTERY_MINIPORT_INFO | MiniportInfo, |
| PVOID * | ClassData | ||
| ) |
Definition at line 146 of file battc.c.
Referenced by CmBattAddBattery(), and CompBattAddDevice().
Definition at line 198 of file battc.c.
Referenced by CmBattIoctl(), and CompBattIoctl().
| BCLASSAPI NTSTATUS NTAPI BatteryClassQueryWmiDataBlock | ( | PVOID | ClassData, |
| PDEVICE_OBJECT | DeviceObject, | ||
| PIRP | Irp, | ||
| ULONG | GuidIndex, | ||
| PULONG | InstanceLengthArray, | ||
| ULONG | OutBufferSize, | ||
| PUCHAR | Buffer | ||
| ) |
Definition at line 79 of file battc.c.
Referenced by CmBattNotifyHandler(), CmBattWakeDpc(), CompBattMonitorIrpCompleteWorker(), and CompBattRemoveBattery().
| BCLASSAPI NTSTATUS NTAPI BatteryClassSystemControl | ( | PVOID | ClassData, |
| PVOID | WmiLibContext, | ||
| PDEVICE_OBJECT | DeviceObject, | ||
| PIRP | Irp, | ||
| PVOID | Disposition | ||
| ) |
Definition at line 49 of file battc.c.
Referenced by CmBattSystemControl().
Definition at line 27 of file battc.c.
Referenced by CmBattAddBattery(), and CmBattRemoveDevice().
| NTSTATUS NTAPI DriverEntry | ( | PDRIVER_OBJECT | DriverObject, |
| PUNICODE_STRING | RegistryPath | ||
| ) |