seCloneInternalString
syntax: |
sestring seCloneInternalString(secontext se, sestring str); |
where: |
se the context the string belongs to
str the internal string to clone
|
return: |
A duplicate of the sestring
|
description: |
This is a standard clone function as described in the Lifetimes chapter. The returned sestring acts as an exact duplicate of the original sestring.
|
see: |
seInternalizeString, seInternalizeStringHidden, seFreeInternalString, seGetInternalString
|