Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Window Access Functions
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.
 
 
                                     -♦-