Simutrace
3.2.2
Simulation Tracing Framework
|
alwaysCreate
was set to _false
and the store already existed, this method was used to open a store. The method now fails in this scenario. Use StSessionOpenStore() instead. Before 3.1: If successful, the handle will NOT point to the exact entry requested by the <type
, value>-pair
. The method only guarantees that the requested entry is in the data delivered by the server for this request. To find the desired entry, use StGetNextEntryFast() on the returned handle and scan over the entries manually.
Before 3.2: handle
may also be a write handle to the stream.
referenceOut
must not be NULL.