seCloneInternalString
syntax: |
int SEContext.seCloneInternalString(int str); |
where: |
str the internal string to clone
|
return: |
A duplicate of the internal string
|
description: |
This is a standard clone function as described in Chapter VIII. The returned string handle acts as an exact duplicate of the original string handle.
|
see: |
seInternalizeString, seInternalizeStringHidden, seFreeInternalString, seGetInternalString
|