Microsoft Foundation OLE Classes (mfcole.hlp) (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.
COleClientItem::CopyToClipboard
COleClientItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
 
  void CopyToClipboard();
 
  Remarks
 
  Copies this OLE item to the Clipboard in a format that allows another
  application to paste the item as an embedded or static OLE item. The
  usual programming sequence is: (1) open an empty Clipboard, (2) call
  CopyToClipboard, and (3) close the Clipboard.
 
 
                                     -♦-