somEndPersistentIds

From EDM2
Jump to: navigation, search

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