Open and Close
[API's]


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.


Function Documentation

alp_status_t alp_calendar_dml_close AlpDmlH  dmlH  ) 
 

Close a handle to the Calendar Data Model.

Parameters:
[in] dmlH The data model handle to close.
See also:
alp_calendar_dml_open
Returns:
alp_status_t

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.

Parameters:
[out] dmlH Address of a AlpDmlH that will be created and assigned to this parameter.
[in] changeTrackingOn bool value to determine whether change tracking will be enable or not during the dml transaction.
See also:
alp_calendar_dml_close
Returns:
alp_status_t


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

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