contents   index   previous   next



seCloneObject

 

syntax:

   SEObject

SEContext.seCloneObject(SEObject item);

where:

item the item to clone

 

return:

The cloned object

 

description:

These calls produce a duplicate of the given SEObject. The duplicate and the original handle refer to the same item but are independent. For instance, freeing one of the handles means that handle can no longer be used, but the other handle is still valid until it to is freed.

 

see:

SeGetObjectEx

 


seWeakLockObject