diff options
Diffstat (limited to 'general')
| -rw-r--r-- | general/echo/kmdf/ReadMe.md | 4 | ||||
| -rw-r--r-- | general/echo/umdf2/ReadMe.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/general/echo/kmdf/ReadMe.md b/general/echo/kmdf/ReadMe.md index ec2244c8..d1171f19 100644 --- a/general/echo/kmdf/ReadMe.md +++ b/general/echo/kmdf/ReadMe.md @@ -5,8 +5,8 @@ The ECHO (KMDF) sample demonstrates how to use a sequential queue to serialize r It also shows how to synchronize execution of these events with other asynchronous events such as request cancellation and DPC. -## 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. **Note** Due to a known bug in the current Windows Driver Kit tools, when building this sample in Debug mode, the exe project may report some ApiValidator warnings. These can be safely ignored. diff --git a/general/echo/umdf2/ReadMe.md b/general/echo/umdf2/ReadMe.md index 18fc9b23..adc0a6cf 100644 --- a/general/echo/umdf2/ReadMe.md +++ b/general/echo/umdf2/ReadMe.md @@ -5,8 +5,8 @@ The ECHO (UMDF version 2) sample demonstrates how to use a sequential queue to s It also shows how to synchronize execution of these events with other asynchronous events such as request cancellation and DPC. -## 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. **Note** Due to a known bug in the current Windows Driver Kit tools, when building this sample in Debug mode, the exe project may report some ApiValidator warnings. These can be safely ignored. |
