Functions | |
| alp_status_t | alp_memo_dml_close (AlpDmlH dmlH) |
| alp_status_t | alp_memo_dml_open (AlpDmlH *dmlH, bool changeTrackingOn) |
|
|
Closes a handle to the Memo Data Model that was opened using the alp_memo_dml_open(). If the AlpDmlH parameter is invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned.
|
|
||||||||||||
|
Opens and returns handle or handles to the Memo Data Model and Data Stores. Caller should call alp_memo_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 is desirable for datamodel users to make these operations interruptable or as short as possible. If the AlpDmlH parameter is invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.