GW_HWNDNEXT top-level constant

  1. @Deprecated('Use GET_WINDOW_CMD.GW_HWNDNEXT instead')
int const GW_HWNDNEXT

The retrieved handle identifies the window below the specified window in the Z order. If the specified window is a topmost window, the handle identifies a topmost window. If the specified window is a top-level window, the handle identifies a top-level window. If the specified window is a child window, the handle identifies a sibling window.

Implementation

@Deprecated('Use GET_WINDOW_CMD.GW_HWNDNEXT instead')
const GW_HWNDNEXT = 2;