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.
Clipboard Functions
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  ChangeClipboardChain   Removes CWnd from the chain of Clipboard
                           viewers.
 
  SetClipboardViewer     Adds CWnd to the chain of windows that are
                           notified whenever the contents of the Clipboard
                           are changed.
 
  OpenClipboard          Opens the Clipboard. Other applications will
                           not be able to modify the Clipboard until the
                           CloseClipboard Windows function is called.
 
  GetClipboardOwner      Retrieves a pointer to the current owner of the
                           Clipboard.
 
  GetClipboardViewer     Retrieves a pointer to the first window in the
                           chain of Clipboard viewers.
 
 
                                     -♦-