Functions | |
| alp_status_t | alp_calendar_dml_close (AlpDmlH dmlH) |
| Close a handle to the Calendar Data Model. | |
| alp_status_t | alp_calendar_dml_open (AlpDmlH *dmlH, bool changeTrackingOn) |
| Opens and returns a handle to the Calendar Data Model. Caller should call alp_calendars_dml_close() 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 interruptible or as short as possible. | |
|
|
Close a handle to the Calendar Data Model.
|
|
||||||||||||
|
Opens and returns a handle to the Calendar Data Model. Caller should call alp_calendars_dml_close() 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 interruptible or as short as possible.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.