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. | |
|
|
Close a handle to the Contacts Data Model.
|
|
||||||||||||
|
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.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.