COleClientItem::CreateCloneFrom

COleClientItem::CreateCloneFrom

BOOL CreateCloneFrom( const COleClientItem* pSrcItem );

Return Value

Nonzero if successful; otherwise 0.

Parameters

pSrcItem

Pointer to the OLE item to be duplicated.

Remarks

Call this function to create a copy of the specified OLE item. The copy is identical to the source item. You can use this function to support undo operations.

COleClientItem Overview |  Class Members |  Hierarchy Chart

See Also   COleClientItem::CreateNewItem