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.
CWnd::IsChild
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  BOOL IsChild( CWnd* pWnd ) const;
 
  Parameter   Description
 
  <pWnd>      Identifies the window to be checked.
 
  Remarks
 
  Indicates whether the window specified by <pWnd> is a child window or
  other direct descendant of CWnd. A child window is the direct descendant
  of CWnd if the CWnd object is in the chain of parent windows that leads
  from the original pop-up window to the child window.
 
  Return Value
 
  Specifies the outcome of the function. The value is TRUE if the window
  identified by <pWnd> is a child window of CWnd; otherwise FALSE.
 
  See Also
 
  ::IsChild
 
 
                                     -♦-