Bull DPX/20 User's Guide Page 30

  • Download
  • Add to my manuals
  • Print
  • Page
    / 424
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 29
1-18 SOMobjects Base Toolkit: Programmers Reference Manual
somIdFromString Function
Purpose
Returns the SOM ID corresponding to a given text string.
Syntax
somId somIdFromString (string aString);
Description
The somIdFromString function returns the SOM ID that corresponds to a given text string.
Ownership of the somId returned by somIdFromString passes to the caller, which has the
responsibility to subsequently free the somId using SOMFree.
Parameters
aString The string to be converted to a SOM ID.
Return Value
Returns the SOM ID corresponding to the given text string.
Example
See the somBeginPersistentIds function.
Related Information
Functions: somCheckId, somRegisterId, somStringFromId, somCompareIds,
somTotalRegIds, somSetExpectedIds, somUniqueKey, somBeginPersistentIds,
somEndPersistentIds
Data Structures: somId (sombtype.h), string (somcorba.h)
Page view 29
1 2 ... 25 26 27 28 29 30 31 32 33 34 35 ... 423 424

Comments to this Manuals

No comments