Functions | |
| alp_status_t | alp_memo_dml_add_memberships (AlpDmlH dmlH, AlpLuid memoLuid, const AlpLuid *categoryLuidsP, AlpLuid membershipLuid, uint32_t numCategoryLuids) |
| alp_status_t | alp_memo_dml_remove_memberships (AlpDmlH dmlH, AlpLuid memoLuid, const AlpLuid *categoryLuids, AlpLuid membershipLuid, uint32_t numCategoryLuids) |
| Deprecated. Use alp_memo_dml_add_memberships instead. | |
|
||||||||||||||||||||||||
|
Adds a category membership for a given memo record. It updates the _CATEGORY_MEMBERSHIP table in the MEMO database. This must be called everytime a new memo has been inserted to the MEMO table. If the AlpDmlH parameter is invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned. If the AlpLuid parameters are invalid, an ALP_STATUS_MEMO_DML_INVALID_LUID is returned.
|
|
||||||||||||||||||||||||
|
Deprecated. Use alp_memo_dml_add_memberships instead. Removes a category membership for a given memo record. It updates the _CATEGORY_MEMBERSHIP table in the MEMO database. This must be called everytime a memo has been deleted from the MEMO table. If the AlpDmlH parameter is invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned. If the AlpLuid parameters are invalid, an ALP_STATUS_MEMO_DML_INVALID_LUID is returned.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.