◄CWnd► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── ◄ChildWindowFromPoint► Determines which, if any, of the child windows contains the specified point. ◄FindWindow► Returns the handle of the window, which is identified by its window name and class. ◄GetNextWindow► Searches for the next (or previous) window in the window manager's list. ◄GetTopWindow► Searches for a top-level child window that belongs to the CWnd. ◄GetWindow► Searches for the specified window from the window manager's list. ◄GetLastActivePopup► Determines which pop-up window owned by CWnd was most recently active. ◄IsChild► Indicates whether CWnd is a child window or other direct descendant of the specified window. ◄GetParent► Retrieves the parent window of CWnd (if any). ◄SetParent► Changes the parent window. ◄WindowFromPoint► Identifies the window that contains the given point. -♦-