Value Stores
PBValueStore
Opaque object handle:
This object maintains an internal reference count. When the reference count reaches zero, the object will be automatically deallocated. To increment the reference count, call PBValueStoreRetain; to decrement the reference count, call PBValueStoreRelease. These functions are thread-safe.