blob: 153988166b2f4032131639e84cef809dab2807e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
topic: sample
description: "Demonstrates how to use UDMF to write a minimal driver."
languages:
- cpp
products:
- windows
---
<!---
name: UMDF Driver Skeleton Sample (UMDF version 1)
platform: UMDF1
language: cpp
category: General WDF
description: Demonstrates how to use UDMF to write a minimal driver.
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617727
--->
# UMDF Driver Skeleton Sample (UMDF Version 1)
This sample demonstrates how to use version 1 of the User-Mode Driver Framework to write a minimal driver.
The Skeleton driver will successfully load on a device (either root enumerated or a real hardware device) but does not support any I/O operations.
|