|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "compbatt.h"
Go to the source code of this file.
| NTSTATUS NTAPI BatteryIoctl | ( | _In_ ULONG | IoControlCode, |
| _In_ PDEVICE_OBJECT | DeviceObject, | ||
| _In_ PVOID | InputBuffer, | ||
| _In_ ULONG | InputBufferLength, | ||
| _Out_ PVOID | OutputBuffer, | ||
| _Inout_ ULONG | OutputBufferLength, | ||
| _In_ BOOLEAN | InternalDeviceIoControl | ||
| ) |
Definition at line 16 of file compmisc.c.
Referenced by CompBattCalculateAtRateTime(), CompBattGetBatteryGranularity(), CompBattGetBatteryInformation(), CompBattGetEstimatedTime(), and CompBattQueryStatus().
| NTSTATUS NTAPI CompBattGetDeviceObjectPointer | ( | _In_ PUNICODE_STRING | DeviceName, |
| _In_ ACCESS_MASK | DesiredAccess, | ||
| _Out_ PFILE_OBJECT * | FileObject, | ||
| _Out_ PDEVICE_OBJECT * | DeviceObject | ||
| ) |
Definition at line 74 of file compmisc.c.
Referenced by CompBattAddNewBattery().