contents   index   previous   next



seFreeInternalString

 

syntax:

   void

SEContext.seFreeInternalString(int str);

where:

str the internal string to free

 

return:

None

 

description:

This is a standard free function as described in Chapter VIII. Once called, the string handle is freed up and is no longer valid.

 

see:

seInternalizeString, seInternalizeStringHidden, seCloneInternalString, seGetInternalString

 


seGetInternalString