Copy
Copy the selected item.
The data of the copy operation is not stored System wide- It is lost after unloading the editor and cannot be shared among multiple instances.
HRESULT Copy();
Parameters
Return Values
E_FAIL
The current selection cannot be copied. Call CanCopy to check whether the selection can be copied
S_OK
The item is copied.