Functions | |
| alp_status_t | alp_hscm_is_version_current (AlpHsChangeMgrHandle hChgMgr, AlpHsDataStoreVersionType type, uint32_t version, bool *pIsCurrent) |
| Determine whether the input content type capabilities or string table version is current for an open datastore. | |
| alp_status_t | alp_hscm_read_capabilities (AlpHsChangeMgrHandle hChgMgr, uint32_t *pCurrentVersion, size_t *pSize, _TCHAR *pBuf) |
| Read content type capabilities from an open datastore. | |
| alp_status_t | alp_hscm_read_string_table (AlpHsChangeMgrHandle hChgMgr, AlpHsObjectTypePtr pObjType, uint32_t *pCurrentVersion, size_t *pSize, _TCHAR *pBuf) |
| Read an open datastore's WBXML string table for the input object type. | |
|
||||||||||||||||||||
|
Determine whether the input content type capabilities or string table version is current for an open datastore. The datastore implementer is required to change the version number of its capabilities or string table each time the underlying information is changed. This function allows the caller to determine whether its stored value for the datastore's capabilities or string table version is still current. When this function returns false, the updated information and version number are available from either alp_hscm_read_capabilities() or alp_hscm_read_string_table().
|
|
||||||||||||||||||||
|
Read content type capabilities from an open datastore. This function reads a datastore's content type capabilities. The returned version number may be used to determine whether the capabilities are changed later (see alp_hscm_is_version_current()).
|
|
||||||||||||||||||||||||
|
Read an open datastore's WBXML string table for the input object type.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.