|
FireSync API
|
| kStatus kDataTree_ItemData | ( | kDataTree | tree, |
| kDataTreeItem | item, | ||
| kObject * | value, | ||
| kAlloc | allocator | ||
| ) |
Gets item content as a data object.
The data object returned by this function is a clone of the original; ownership of the cloned object is transferred to the caller. Call kObject_Dispose to free the cloned object.
| tree | Tree object. |
| item | Tree item. |
| value | Receives content as a data object. |
| allocator | Memory allocator (or kNULL for default). |