blob: 68a459b388783e49156c13ceb8078ab758b3565b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
page_type: sample
description: "Demonstrates a KMDF-based implementation of Windows battery driver interfaces."
languages:
- cpp
products:
- windows
- windows-wdk
---
# SimBatt: Simulated Battery Driver Sample
SimBatt is simulated battery device driver.
This source code is intended to demonstrate implementation of Windows battery driver interfaces.
This is a KMDF based sample.
You may use this sample as a starting point to implement a battery miniport specific to your needs.
|