Jump to content

somEndPersistentIds

From EDM2
Revision as of 18:30, 12 October 2022 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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