Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
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.
 
 
                                     -♦-