diff options
| author | Barry Golden <[email protected]> | 2019-03-12 14:02:43 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2019-03-12 14:02:43 -0700 |
| commit | ef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch) | |
| tree | 3017523a73c6552c27947d402afa6062f4df2706 /wpd/WpdWudfSampleDriver | |
| parent | 35bff356ac249057f4d673d39c7f28ed348cbf0f (diff) | |
Update README.md for samples portal (#358)
* Update README.md for samples portal
* Update README.md for samples portal
* Removed installwdf
* Update fork (#2)
* Fix typo
ture -> true
* Remove InstallWdf sample
* Fix typo (#340)
ture -> true
* Readme typo fix (#349)
* Update langid
Diffstat (limited to 'wpd/WpdWudfSampleDriver')
| -rw-r--r-- | wpd/WpdWudfSampleDriver/README.md | 18 | ||||
| -rw-r--r-- | wpd/WpdWudfSampleDriver/wpd-wpdservicesampledriver.yml | 12 |
2 files changed, 12 insertions, 18 deletions
diff --git a/wpd/WpdWudfSampleDriver/README.md b/wpd/WpdWudfSampleDriver/README.md index f325d5da..448e5a58 100644 --- a/wpd/WpdWudfSampleDriver/README.md +++ b/wpd/WpdWudfSampleDriver/README.md @@ -1,3 +1,13 @@ +--- +topic: sample +name: WPD WUDF sample driver +description: Demonstrates virtually all aspects of the WPD device driver interface (DDI). +languages: + - cpp +products: + - windows +--- + <!--- name: WPD WUDF sample driver platform: UMDF1 @@ -7,9 +17,7 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618011 ---> - -WPD WUDF sample driver -====================== +# WPD WUDF sample driver The comprehensive WPD sample driver (WpdWudfSampleDriver) demonstrates virtually all aspects of the Microsoft Windows Portable Devides (WPD) device driver interface (DDI). This driver is built as a normal User-Mode Driver Framework (UMDF) driver that also processes the WPD command set. Although this driver does not interact with actual hardware, it simulates communicating with a device that supports phone contacts, pictures, music, and video. @@ -19,9 +27,7 @@ Some of the tasks that are accomplished by the WpdWudfSampleDriver are written f For a complete description of this sample and its underlying code and functionality, refer to the [WPD WUDF Sample Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff597723) description in the Windows Driver Kit documentation. - -Related topics --------------- +## Related topics [WPD Design Guide](http://msdn.microsoft.com/en-us/library/windows/hardware/ff597864) diff --git a/wpd/WpdWudfSampleDriver/wpd-wpdservicesampledriver.yml b/wpd/WpdWudfSampleDriver/wpd-wpdservicesampledriver.yml deleted file mode 100644 index 4a2becbd..00000000 --- a/wpd/WpdWudfSampleDriver/wpd-wpdservicesampledriver.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -sample: -- name: WPD WUDF sample driver - description: Demonstrates virtually all aspects of the WPD device driver interface (DDI). - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /wpd/WpdWudfSampleDriver/WpdWudfSampleDriver.sln |
