-
Notifications
You must be signed in to change notification settings - Fork 607
windows: add window handle related system calls #122
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
Conversation
|
This PR (HEAD: 85a24fd) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/sys/+/399134 to see it. Tip: You can toggle comments from me using the |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/399134. |
|
Message from Alex Brainman: Patch Set 1: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/399134. |
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/399134. |
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/399134. |
|
Message from Gopher Robot: Patch Set 1: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/399134. |
|
Message from Alex Brainman: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/399134. |
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-enumwindows https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-enumchildwindows https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getclassnamew https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getdesktopwindow https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getforegroundwindow https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-iswindow https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-iswindowunicode https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-iswindowvisible https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getguithreadinfo
85a24fd to
242b79f
Compare
|
This PR (HEAD: 242b79f) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/sys/+/399134 to see it. Tip: You can toggle comments from me using the |
|
Message from Michael Lelli: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/399134. |
|
Message from Alex Brainman: Patch Set 2: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/399134. |
|
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/399134. |
|
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/399134. |
|
Message from Alex Brainman: Patch Set 2: Auto-Submit+1 Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/399134. |
|
Message from Benny Siegert: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/399134. |
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-enumwindows https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-enumchildwindows https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getclassnamew https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getdesktopwindow https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getforegroundwindow https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-iswindow https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-iswindowunicode https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-iswindowvisible https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getguithreadinfo Change-Id: I21fbf47e1f459e86503e0e876b44cf47c98b2aa0 GitHub-Last-Rev: 242b79f GitHub-Pull-Request: #122 Reviewed-on: https://go-review.googlesource.com/c/sys/+/399134 Auto-Submit: Alex Brainman <alex.brainman@gmail.com> Reviewed-by: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Than McIntosh <thanm@google.com> Reviewed-by: Alex Brainman <alex.brainman@gmail.com> Run-TryBot: Alex Brainman <alex.brainman@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org>
|
This PR is being closed because golang.org/cl/399134 has been merged. |
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-enumwindows
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-enumchildwindows
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getclassnamew
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getdesktopwindow
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getforegroundwindow
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-iswindow
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-iswindowunicode
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-iswindowvisible
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getguithreadinfo