Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nf-winuser-enumdesktopsw.md #1781

Open
wants to merge 1 commit into
base: docs
Choose a base branch
from

Conversation

x86matthew
Copy link

The HWINSTA parameter of EnumDesktops can't be NULL - GetProcessWindowStation() should be used to get the current window station. Passing NULL to EnumDesktops will enumerate all window stations instead, because the same internal function (user32.InternalEnumObjects) is also used by EnumWindowStations.

The HWINSTA parameter of EnumDesktops can't be NULL - GetProcessWindowStation() should be used to get the current window station. Passing NULL to EnumDesktops will enumerate all window stations instead, because the same internal function (user32.InternalEnumObjects) is also used by EnumWindowStations.
Copy link

@x86matthew : Thanks for your contribution! The author(s) have been notified to review your proposed change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants