diff options
| author | Dave Wilson <[email protected]> | 2015-04-29 12:00:16 -0700 |
|---|---|---|
| committer | Dave Wilson <[email protected]> | 2015-04-29 12:00:16 -0700 |
| commit | 1fbea08887e10e087c3f6bb0be8968e29e20cc84 (patch) | |
| tree | ceece70ec21256772341dc1ef91a199a5d13bc0f /filesys/miniFilter/cdo | |
| parent | d40232638faaab19de557e70a3ee938da7a35295 (diff) | |
terminology changes
Diffstat (limited to 'filesys/miniFilter/cdo')
| -rw-r--r-- | filesys/miniFilter/cdo/ReadMe.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesys/miniFilter/cdo/ReadMe.md b/filesys/miniFilter/cdo/ReadMe.md index 750de7b7..4f37890f 100644 --- a/filesys/miniFilter/cdo/ReadMe.md +++ b/filesys/miniFilter/cdo/ReadMe.md @@ -5,8 +5,8 @@ The CDO minifilter sample is an example if you intend to use a control device ob Although the filter manager infrastructure provides a message interface for communication between applications and minifilters, you might need explicit CDOs while the minifilters interface with legacy software. This sample shows how to create and use a CDO with minifilters. -## Universal Compliant -This sample builds a Windows Universal driver. It uses only APIs and DDIs that are included in Windows Core. +## Universal Windows Driver Compliant +This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP. Design and Operation -------------------- |
