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::CreateCloneFrom
COleClientItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
 
  BOOL CreateCloneFrom( COleClientItem* pObject,
                        const char FAR* lpszItemName );
 
  Parameter      Description
 
  <pObject>      A pointer to an existing OLE item that you want to
                 duplicate.
 
  <lpszItemName> A null-terminated string that specifies the name of the
                 new OLE client item.
 
  Remarks
 
  Copies the specified OLE client item to this item. This function is
  often used to support "Undo" operations.
 
 
                                     -♦-