Database :: markUpdatedEBI - Mark updated EBI
The function sets/resets the stsnof flag in the EBI in order to trace further write actions. When the flag has been changed, the last EBI mod count will be returned. When not being changed, 0 is returned. In case of an invalid LOID, the function returns ERIC (-99).
Return value: Number of items ( int32 )
The value contains the number of items to be processed or stored in a collection.
Implementation details
int32
Database  :: markUpdatedEBI ( int64 vLOID, bool bUpdated )
- vLOID
- Local object identifier
The LOID is passed as 64-bit integer. 0 is considered as empty LOID. -1 is also considered as empty, but it is used often for indicating automatic value or no result.
- bUpdated - - internal feature

