If the specified window is a child window, the function searches for a child window.
                               ------------BY MSDN
如果函数是子窗口,则函数搜索下一个或前一个子窗口的句柄。 
                              -------------BY 百度白科.
比如SetFocus(GetNextWindow(hwnd,GW_HWNDNEXT))用来 使得某控件(子窗口)的下一个控件(子窗口)获得焦点
(孙鑫的VC++的第七个实验 也就是回车按下有类似Tab 的效果)我不懂GetNextWindow是怎么确定下一个子窗口是哪个子窗口的(与Z-order 无关......)