blob: d946d59d20a5a3c4ffbb41bf30136dd9d3019675 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!---
name: WPD service sample driver
platform: UMDF1
language: cpp
category: WPD
description: Demonstrates how to extend the WpdHelloWorldDriver sample so that it supports a simulated device with a Contacts device service.
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618010
--->
WPD service sample driver
=================================
Demonstrates how to extend the WpdHelloWorldDriver sample so that it supports a simulated device with a Contacts device service.
Related topics
--------------
[WPD Design Guide](http://msdn.microsoft.com/en-us/library/windows/hardware/ff597864)
[WPD Driver Development Tools](http://msdn.microsoft.com/en-us/library/windows/hardware/ff597568)
[WPD Programming Guide](https://msdn.microsoft.com/en-us/library/windows/hardware/ff597898)
|