Functions | |
| alp_status_t | alp_catmgr_dml_category_from_vCategory_buffer (AlpDmlH dmlH, const uint8_t *dataBuf, bool fromExgMgr, GList **categoryLuids) |
| alp_status_t | alp_catmgr_dml_category_from_vCategory_file (AlpDmlH dmlH, int theDataFd, bool fromExgMgr, GList **categoryLuids) |
| alp_status_t | alp_catmgr_dml_category_to_vCategory_buffer (AlpDmlH dmlH, uint8_t **dataBuf, size_t *size, bool toExgMgr, GList *categoryLuids) |
| alp_status_t | alp_catmgr_dml_category_to_vCategory_file (AlpDmlH dmlH, int theDataFd, bool toExgMgr, GList *categoryLuids) |
| alp_status_t | alp_catmgr_dml_membership_from_vMembership_buffer (AlpDmlH dmlH, const uint8_t *dataBuf, bool fromExgMgr, GList **membershipLuids) |
| alp_status_t | alp_catmgr_dml_membership_from_vMembership_file (AlpDmlH dmlH, int theDataFd, bool fromExgMgr, GList **membershipLuids) |
| alp_status_t | alp_catmgr_dml_membership_to_vMembership_buffer (AlpDmlH dmlH, uint8_t **dataBuf, size_t *size, bool toExgMgr, GList *membershipLuids) |
| alp_status_t | alp_catmgr_dml_membership_to_vMembership_file (AlpDmlH dmlH, int theDataFd, bool toExgMgr, GList *membershipLuids) |
|
||||||||||||||||||||
|
Creates one or more categories from the contents of a buffer containing vCategories. If a given vCategory contains the GUID of an existing person, and we are called to handle an exchange manager request, than that data will replace what is already in the database. Otherwise this function creates new categories for each vCategory.
|
|
||||||||||||||||||||
|
Creates one or more categories from the contents of a file containing vCategories. If a given vCategory contains the GUID of an existing category, and we are called to handle an exchange manager request, than that data will replace what is already in the database. Otherwise this function creates new categories for each vCategory.
|
|
||||||||||||||||||||||||
|
Writes one or more category vCategories to an allocated buffer. If called to handle an exchange manager request we'll add the GUID to the vCategory.
|
|
||||||||||||||||||||
|
Writes one or more category vCategories to the given file. If called to handle an exchange manager request we'll add the GUID to the vCategory.
|
|
||||||||||||||||||||
|
Creates one or more categories from the contents of a buffer containing vMemberships. If a given vMembership contains the GUID of an existing person, and we are called to handle an exchange manager request, than that data will replace what is already in the database. Otherwise this function creates new categories for each vMembership.
|
|
||||||||||||||||||||
|
Creates one or more category memberships from the contents of a file containing vMemberships. If a given vMembership contains the GUID of an existing category membership, and we are called to handle an exchange manager request, than that data will replace what is already in the database. Otherwise this function creates new category memberships for each vMembership.
|
|
||||||||||||||||||||||||
|
Writes one or more category memberships vMemberships to an allocated buffer. If called to handle an exchange manager request we'll add the GUID to the vMembership.
|
|
||||||||||||||||||||
|
Writes one or more category membership vMemberships to the given file. If called to handle an exchange manager request we'll add the GUID to the vMembership.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.