From 7517fa4b85e0d4f78a715d3dd69715d8b8ec1d5f Mon Sep 17 00:00:00 2001 From: Michael Ratanapintha <1039862+metathinker@users.noreply.github.com> Date: Tue, 12 May 2026 15:15:39 -0700 Subject: [PATCH] winbase/ReadDirectoryChangesExW: Fix to say it's supported in UWP apps Both ReadDirectoryChangesExW and ...ChangesW without the Ex are defined as in WINAPI_PARTITION_APP in winbase.h, meaning they're both available to UWP apps just the same as desktop/Win32 apps. (Checked in SDK versions 10.0.26100.7705 and 10.0.22621.2040.) Update ...ChangesExW accordingly. --- .../content/winbase/nf-winbase-readdirectorychangesexw.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk-api-src/content/winbase/nf-winbase-readdirectorychangesexw.md b/sdk-api-src/content/winbase/nf-winbase-readdirectorychangesexw.md index 54fe0f67d1b..56b22ffb17f 100644 --- a/sdk-api-src/content/winbase/nf-winbase-readdirectorychangesexw.md +++ b/sdk-api-src/content/winbase/nf-winbase-readdirectorychangesexw.md @@ -11,8 +11,8 @@ ms.keywords: FILE_NOTIFY_CHANGE_ATTRIBUTES, FILE_NOTIFY_CHANGE_CREATION, FILE_NO req.header: winbase.h req.include-header: Windows.h req.target-type: Windows -req.target-min-winverclnt: Windows 10, version 1709 [desktop apps only] -req.target-min-winversvr: Windows Server 2019 [desktop apps only] +req.target-min-winverclnt: Windows 10, version 1709 [desktop apps \| UWP apps] +req.target-min-winversvr: Windows Server 2019 [desktop apps \| UWP apps] req.kmdf-ver: req.umdf-ver: req.ddi-compliance: