Functions | |
| alp_status_t | alp_calendar_dml_item_create (AlpDmlItemH *eventH) |
| This API call can be used to create a calendar event in memory that can be used by alp_calendar_dml_insert(). | |
| alp_status_t | alp_calendar_dml_item_destroy (AlpDmlItemH eventH) |
| This API call can be used to free the memory allocated for a calendar event from a call to alp_calendar_dml_item_create. | |
| alp_status_t | alp_calendar_dml_item_set_blob (AlpDmlItemH eventH, AlpCalendarDmlColumnType column, const void *value, int32_t size) |
| This API call is used to set the blob value for a given field. | |
| alp_status_t | alp_calendar_dml_item_set_int32 (AlpDmlItemH eventH, AlpCalendarDmlColumnType column, const uint32_t *value) |
| This API call is used to set the integer value for a given field. | |
| alp_status_t | alp_calendar_dml_item_set_string (AlpDmlItemH eventH, AlpCalendarDmlColumnType column, const char *value) |
| This API call is used to set the text value for a given field. | |
|
|
This API call can be used to create a calendar event in memory that can be used by alp_calendar_dml_insert().
|
|
|
This API call can be used to free the memory allocated for a calendar event from a call to alp_calendar_dml_item_create.
|
|
||||||||||||||||||||
|
This API call is used to set the blob value for a given field.
|
|
||||||||||||||||
|
This API call is used to set the integer value for a given field.
|
|
||||||||||||||||
|
This API call is used to set the text value for a given field.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.