Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
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.
 
 
                                     -♦-