Functions | |
| AlpDmlH | alp_memo_dml_get_catmgr_handle (AlpDmlH dmlH) |
| alp_status_t | alp_memo_dml_read_from_vNote_buffer (AlpDmlH dmlH, const uint8_t *dataBuf, uint32_t size, bool fromExgMgr, bool forModify, GList **memoLuids) |
| Deprecated. Use alp_memo_dml_read_from_vNote_file instead. | |
| alp_status_t | alp_memo_dml_read_from_vNote_file (AlpDmlH dmlH, int theDataFd, bool fromExgMgr, bool forModify, GList **memoLuids) |
| alp_status_t | alp_memo_dml_write_to_vNote_buffer (AlpDmlH dmlH, uint8_t **dataBuf, uint32_t *size, bool toExgMgr, const GList *memoLuids) |
| Deprecated. Use alp_memo_dml_write_to_vNote_file instead. | |
| alp_status_t | alp_memo_dml_write_to_vNote_file (AlpDmlH dmlH, int theDataFd, bool toExgMgr, const GList *memoLuids) |
| Deprecated. Use alp_memo_dml_read_from_vNote_buffer instead. | |
|
|
Retrieves a handle to the catmgr from the actual given dml handle. The returned handle should be used to make calls to the catui.
|
|
||||||||||||||||||||||||||||
|
Deprecated. Use alp_memo_dml_read_from_vNote_file instead. Creates one or more memos from the contents of a buffer containing vNotes. If a given vNote 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 memos for each vNote.
|
|
||||||||||||||||||||||||
|
Creates one or more memos from the contents of a file containing vNotes. If a given vNote contains the GUID of an existing memo, 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 memos for each vNote.
|
|
||||||||||||||||||||||||
|
Deprecated. Use alp_memo_dml_write_to_vNote_file instead. Writes one or more memo vNotes to an allocated buffer. If called to handle an exchange manager request we'll add the GUID to the vNote.
|
|
||||||||||||||||||||
|
Deprecated. Use alp_memo_dml_read_from_vNote_buffer instead. Writes one or more memo vNotes to the given file. If called to handle an exchange manager request we'll add the GUID to the vNote.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.