blob: 360936fe119fac426dbcde6a467947c93044e9c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
topic: 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.
|