MSDN Library Visual Studio 6.0
平台SDK
User Interface Services
Windowing
Multiple Document Interface
-------------------------------
Because MDI child windows may be minimized, an MDI application must avoid manipulating icon title windows as if they were normal MDI child windows. Icon title windows appear when the application enumerates child windows of the MDI client window. Icon title windows differ from other child windows, however, in that they are owned by an MDI child window. To determine whether a child window is an icon title window, use the GetWindow function with the GW_OWNER index. Non-title windows return NULL. Note that this test is insufficient for top-level windows, because menus and dialog boxes are owned windows. 以上引自MSDN,可我还是看不懂“Icon title windows”是什么东西,还有什么是
“Non-title windows ”?什么叫“top-level windows”?