Skip to content

winbase/ReadDirectoryChangesExW: Fix to say it's supported in UWP apps#2209

Open
metathinker wants to merge 1 commit into
MicrosoftDocs:docsfrom
metathinker:user/metathinker/rddirchex-uwp-ok
Open

winbase/ReadDirectoryChangesExW: Fix to say it's supported in UWP apps#2209
metathinker wants to merge 1 commit into
MicrosoftDocs:docsfrom
metathinker:user/metathinker/rddirchex-uwp-ok

Conversation

@metathinker
Copy link
Copy Markdown
Contributor

Both ReadDirectoryChangesExW and ...ChangesW without the Ex are declared within 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's minimum required versions accordingly.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant