Reference Guide C API www.spreadconcepts.com


C API
Replicated Hash Table
Version 2.0


rht_begin
  rht_code rht_begin(rht r, rht_it *i);


Parameters
  r replica to get a start iterator from
  i iterator to be initialized to the start of the replica table


Return Values
  0 on success
  non-zero for error


Description
  rht_begin fills out a rht_it to point to the first entry in the dictionary or to the sentinel "end entry" of the dictionary if it is empty.


Requirements
  Header: Declared in rht.h
Library: Use rht.lib
Version: 2.0


Also See
  RHT reference guide, local lock operations


Copyright © 2004, Spread Concepts LLC, All rights reserved