Skip to content

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

Open
Michael Ratanapintha (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
Michael Ratanapintha (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.
@prmerger-automator

Copy link
Copy Markdown

Michael Ratanapintha (@metathinker) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — accurate technical correction. Approved.

@GrantMeStrength

Copy link
Copy Markdown
Contributor

Copilot /review

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed ✅ — Documentation improvement looks good.

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.

2 participants