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::ChangeClipboardChain
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  BOOL ChangeClipboardChain( HWND hWndNext );
 
  Parameter   Description
 
  <hWndNext>  Identifies the window that follows CWnd in the
              Clipboard-viewer chain.
 
  Remarks
 
  Removes CWnd from the chain of Clipboard viewers and makes the window
  specified by <hWndNext> the descendant of the CWnd ancestor in the
  chain.
 
  Return Value
 
  TRUE if CWnd is removed; otherwise FALSE.
 
  See Also
 
  CWnd::SetClipboardViewer, ::ChangeClipboardChain
 
 
                                     -♦-