GW_CHILD top-level constant
The retrieved handle identifies the child window at the top of the Z order, if the specified window is a parent window; otherwise, the retrieved handle is NULL. The function examines only child windows of the specified window. It does not examine descendant windows.
Implementation
@Deprecated('Use GET_WINDOW_CMD.GW_CHILD instead')
const GW_CHILD = 5;