diff options
| author | Barry Golden <[email protected]> | 2019-09-25 19:35:57 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-25 19:35:57 -0700 |
| commit | d2a01860208bcce9f4777d54bec3c59c4c02e969 (patch) | |
| tree | be2892ff05b3308b559e18474f1b1645582cb379 /storage/class/classpnp/README.md | |
| parent | 2e237713e298495b141560a5e7c76d6b1efa0153 (diff) | |
Update README.md (#425)8758187580875798757887577875768757587574875738757287571875708756987568875678756687565875648756387562
Diffstat (limited to 'storage/class/classpnp/README.md')
| -rw-r--r-- | storage/class/classpnp/README.md | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/storage/class/classpnp/README.md b/storage/class/classpnp/README.md index 2de5c329..f89e774a 100644 --- a/storage/class/classpnp/README.md +++ b/storage/class/classpnp/README.md @@ -8,17 +8,6 @@ products: - windows-wdk --- - - -<!--- - name: ClassPnP Class Driver Library - platform: WDM - language: cpp - category: Storage - description: A library storage class driver used by disk, CDROM, and the tape class drivers. - samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617978 ----> - # ClassPnP Storage Class Driver Library This is the library for all storage drivers. It simplifies writing a storage class driver by implementing 90 percent of the code that you need to support Plug and Play (PnP), power management, and so on. This library is used by disk, CDROM, and the tape class drivers. @@ -31,4 +20,4 @@ This sample builds a Universal Windows Driver. It uses only APIs and DDIs that a The storage class drivers are used to interact with mass storage devices along with appropriate port driver. The class drivers are layered above the port drivers and manage mass storage devices of a specific class, regardless of their bus type. The classpnp sample contains the common routines that are required for all storage class drivers such as PnP and power management. It also provides I/O and error handling support. -For more information, see [Introduction to Storage Class Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff559215) in the storage technologies design guide.
\ No newline at end of file +For more information, see [Introduction to Storage Class Drivers](https://docs.microsoft.com/windows-hardware/drivers/storage/introduction-to-storage-class-drivers) in the storage technologies design guide. |
