Reference Guide C API www.spreadconcepts.com


C API
Replicated Hash Table
Version 2.0


rht_blob
  typedef struct {
     su_int32 m_Size;
     const void * m_Ptr;

} rht_blob;



Members
  m_Size size of the memory block in bytes pointed at by m_Ptr
  m_Ptr memory block value


 
Description
  Structure is used to pass around a memory block. For example both keys and values are represented as blob structures.


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


Also See
  RHT reference guide


Copyright © 2004, Spread Concepts LLC, All rights reserved