Jump to content

SomEndPersistentIds: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
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==
<PRE>
somEndPersistentIds();
somEndPersistentIds();
</PRE>


==Parameters==
==Parameters==
Line 16: Line 16:


==Related==
==Related==
===Methods===
;Methods
* [[somCheckId]]
* [[somCheckId]]
* [[somRegisterId]]
* [[somRegisterId]]
* [[somIdFromString]]
* [[somIdFromString]]
* [[somStringFromId]]  
* [[somStringFromId]]
* [[somCompareIds]]
* [[somCompareIds]]
* [[somTotalRegIds]]  
* [[somTotalRegIds]]
* [[somUniqueKey]]
* [[somUniqueKey]]
* [[somSetExpectedIds]]
* [[somSetExpectedIds]]
* [[somBeginPersistentIds]]  
* [[somBeginPersistentIds]]


[[Category:SOM Kernel]]
[[Category:SOM Kernel]]

Latest revision as of 18:30, 12 October 2022

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