The GetNextWindow function retrieves the handle of the next or previous window in the Z order. The next window is below the specified window; the previous window is above. If the specified window is a topmost window, the function retrieves the handle of the next (or previous) topmost window. If the specified window is a top-level window, the function retrieves the handle of the next (or previous) top-level window. If the specified window is a a child window, the function searches for a handle of the next (or previous) child window.
HWND GetNextWindow(
HWND hWnd, |
// handle of current window |
UINT wCmd |
// direction flag |
); |
Value |
Meaning |
GW_HWNDNEXT |
Returns the handle of the window below the given window. |
GW_HWNDPREV |
Returns the handle of the window above the given window. |
If the function succeeds, the return value is the handle of the next (or previous) window. If there is no next (or previous) window, the return value is NULL. To get extended error information, call GetLastError.
Using this function is the same as calling the GetWindow function with the GW_HWNDNEXT or GW_HWNDPREV flag set.
file: /Techref/os/win/api/win32/func/src/f35_15.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 14:50,
18.116.37.61:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/func/src/f35_15.htm"> GetNextWindow</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.