Bull DPX/20 Guida Utente Pagina 45

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 424
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 44
SOM Kernel Reference 1-33
somSetExpectedIds Function
Purpose
Tells SOM how many unique SOM IDs a client program expects to use.
Syntax
void somSetExpectedIds (unsigned long numIds);
Description
The somSetExpectedIds function informs the SOM runtime environment how many unique
SOM IDs a client program expects to use during its execution. This has the potential of
slightly improving the program’s space and time efficiency, if the value specified is accurate.
This function, if used, must be called prior to any explicit or implicit invocation of the
somEnvironmentNew function to have any effect.
Parameters
numIds The number of SOM IDs the client program expects to use.
C Example
#include <som.h>
somSetExpectedIds(1000);
Related Information
Functions: somCheckId, somRegisterId, somIdFromString, somStringFromId,
somCompareIds, somTotalRegIds, somUniqueKey, somBeginPersistentIds,
somEndPersistentIds
Vedere la pagina 44
1 2 ... 40 41 42 43 44 45 46 47 48 49 50 ... 423 424

Commenti su questo manuale

Nessun commento