|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Variables | |
| WMIGUIDREGINFO | CmBattWmiGuidList [1] |
| NTSTATUS NTAPI CmBattQueryWmiDataBlock | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp, | ||
| ULONG | GuidIndex, | ||
| ULONG | InstanceIndex, | ||
| ULONG | InstanceCount, | ||
| PULONG | InstanceLengthArray, | ||
| ULONG | BufferAvail, | ||
| PUCHAR | Buffer | ||
| ) |
Definition at line 70 of file cmbwmi.c.
Referenced by CmBattWmiRegistration().
| NTSTATUS NTAPI CmBattQueryWmiRegInfo | ( | PDEVICE_OBJECT | DeviceObject, |
| PULONG | RegFlags, | ||
| PUNICODE_STRING | InstanceName, | ||
| PUNICODE_STRING * | RegistryPath, | ||
| PUNICODE_STRING | MofResourceName, | ||
| PDEVICE_OBJECT * | Pdo | ||
| ) |
Definition at line 57 of file cmbwmi.c.
Referenced by CmBattWmiRegistration().
| NTSTATUS NTAPI CmBattSetWmiDataBlock | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp, | ||
| ULONG | GuidIndex, | ||
| ULONG | InstanceIndex, | ||
| ULONG | BufferSize, | ||
| PUCHAR | Buffer | ||
| ) |
Definition at line 85 of file cmbwmi.c.
Referenced by CmBattWmiRegistration().
| NTSTATUS NTAPI CmBattSetWmiDataItem | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp, | ||
| ULONG | GuidIndex, | ||
| ULONG | InstanceIndex, | ||
| ULONG | DataItemId, | ||
| ULONG | BufferSize, | ||
| PUCHAR | Buffer | ||
| ) |
Definition at line 98 of file cmbwmi.c.
Referenced by CmBattWmiRegistration().
Definition at line 147 of file cmbwmi.c.
| NTSTATUS NTAPI CmBattWmiDeRegistration | ( | IN PCMBATT_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 112 of file cmbwmi.c.
| NTSTATUS NTAPI CmBattWmiRegistration | ( | IN PCMBATT_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 123 of file cmbwmi.c.
Definition at line 26 of file cmbwmi.c.
Referenced by CmBattSystemControl().
| WMIGUIDREGINFO CmBattWmiGuidList[1] |
Definition at line 17 of file cmbwmi.c.
Referenced by CmBattWmiRegistration().