Open and Close
[API's]


Functions

alp_status_t alp_contacts_dml_close (AlpDmlH dmlH)
 Close a handle to the Contacts Data Model.
alp_status_t alp_contacts_dml_open (AlpDmlH *dmlH, bool changeTrackingOn)
 Opens and returns a handle to the Contacts Data Model.


Function Documentation

alp_status_t alp_contacts_dml_close AlpDmlH  dmlH  ) 
 

Close a handle to the Contacts Data Model.

Parameters:
[in] dmlH Handle to the contacts data model handle to close.
See also:
alp_contacts_dml_open
Returns:
ALP_STATUS_CONTACTS_DML_* error

alp_status_t alp_contacts_dml_open AlpDmlH dmlH,
bool  changeTrackingOn
 

Opens and returns a handle to the Contacts Data Model.

Caller should call alp_contacts_dml_close_database() when finished with it. Holding a handle open does not tie up the data model or hold down any important resources, however it is important to note that it is not possible for one datamodel user to perform a write while another reads; or one to read while another writes, so it's desirable for datamodel users to make these operations interruptable or as short as possible.

Parameters:
[out] dmlH Address of a AlpDmlH that will be created and assigned to this parameter. This handle may only be passed to alp_contacts_dml_* API's.
[in] changeTrackingOn true if to use change tracking. All non-system calls should always pass true.
See also:
alp_contacts_dml_close
Returns:
ALP_STATUS_CONTACTS_DML_* error


Generated on Wed Jul 30 07:06:42 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.