SomEndPersistentIds: Difference between revisions
Appearance
Created page with "This function tells SOM to end a "persistent ID interval." ==Syntax== <PRE> somEndPersistentIds(); </PRE> ==Parameters== ==Return Code== ==Remarks== This function informs t..." |
|||
Line 16: | Line 16: | ||
==Related== | ==Related== | ||
===Methods=== | ===Methods=== | ||
* somCheckId | * somCheckId |
Revision as of 16:50, 10 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.
Related
Methods
- somCheckId
- somRegisterId
- somIdFromString
- somStringFromId
- somCompareIds
- somTotalRegIds
- somUniqueKey
- someSetExpectedIds
- somBeginPersistentIds