#include <dwc.h>DWCGdbError DWC_GdbDeleteRecordAsync(const char *table_name,
int record_id);| table_name | Table name. |
| record_id | The ID of the record to be deleted. |
Error information.
If the process is successful, the record with the specified record ID is deleted.
If the DWC_GDB_ERROR_NONE value is returned, the asynchronous process has started. Wait until the DWC_GdbGetState function stops returning DWC_GDB_STATE_IN_ASYNC_PROCESS.
You can get the result using the DWC_GdbGetAsyncResult function.
CONFIDENTIAL