Functions | |
| alp_status_t | alp_hscm_read_modified_object_content (AlpHsObjectReadHandle hRead, AlpHsObjectPtr pObj, AlpHsObjectTypePtr pTgtType, bool *pMoreData, size_t *pSize, _TCHAR *buffer) |
| Read the input object's modified content. | |
| alp_status_t | alp_hscm_read_modified_object_size (AlpHsObjectReadHandle hRead, AlpHsObjectPtr pObj, AlpHsObjectTypePtr pTgtType, size_t *pSize) |
| Retrieve the size of the input object's content when formatted according to the input MIME type. | |
| alp_status_t | alp_hscm_read_modified_objects_begin (AlpHsChangeMgrHandle hChgMgr, AlpHsSnapshotHandle hSnapshot, AlpHsObjectReadHandle *phRead) |
| Begin reading modified objects from an open datastore. | |
| alp_status_t | alp_hscm_read_modified_objects_end (AlpHsObjectReadHandle hRead) |
| End reading modified objects from an open datastore. | |
| alp_status_t | alp_hscm_read_next_modified_object (AlpHsObjectReadHandle hRead, AlpHsObjectPtr *pObj) |
| Read the next modified object from an open datastore. | |
|
||||||||||||||||||||||||||||
|
Read the input object's modified content. When alp_hscm_read_next_modified_object() returns an object whose state is not deleted, this function may be called to retrieve the object's content from the currently open datastore. Each call returns the next *pSize bytes of the content formatted according to the specified target MIME type.
|
|
||||||||||||||||||||
|
Retrieve the size of the input object's content when formatted according to the input MIME type.
|
|
||||||||||||||||
|
Begin reading modified objects from an open datastore. This function initiates reading of modified objects from the datastore that is currently open. An object is considered modified if its pedigree is included in the input snapshot.
|
|
|
End reading modified objects from an open datastore.
|
|
||||||||||||
|
Read the next modified object from an open datastore.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.