vx_resp_account_archive_query
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
The response for vx_req_account_archive_query. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| char * | query_id The ID of the started query. |
Detailed Description
The response for vx_req_account_archive_query. See: vx_req_account_archive_querystruct vx_resp_account_archive_query;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable query_id
The ID of the started query. Use this ID to identify relevant vx_evt_account_archive_message and vx_evt_account_archive_query_end events.char * query_id;