summaryrefslogtreecommitdiff
path: root/simbatt/README.md
blob: c999bc1235b1483df188c6a26a0871f1e08597aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
page_type: sample
description: "Demonstrates a KMDF-based implementation of Windows battery driver interfaces."
languages:
- cpp
products:
- windows
---

<!---
    name: Simulated Battery Driver Sample
    platform: KMDF
    language: cpp
    category: Battery Power
    description: Demonstrates a KMDF-based implementation of Windows battery driver interfaces.
    samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620188
--->

# 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.