SomEndPersistentIds: Difference between revisions
Appearance
No edit summary |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:somEndPersistentIds}} | |||
This function tells SOM to end a "persistent ID interval." | This function tells SOM to end a "persistent ID interval." | ||
==Syntax== | ==Syntax== |
Revision as of 20:00, 12 October 2017
This function tells SOM to end a "persistent ID interval."
Syntax
somEndPersistentIds();
Parameters
Return Code
Remarks
This function informs the SOM ID manager that strings for any new SOM IDs that are registered might be freed or modified by the client program. Thus, the ID manager must make a copy of the strings.
Example Code
See function somBeginPersistentIds.