#include <dwc.h>DWCGdbError DWC_GdbGetRecordLimitAsync(const char *table_name,
int *limit_num,
int *owned_num);| table_name | Table name. |
| limit_num | Pointer to the region that receives the maximum value of the records that can be created by a single user. |
| owned_num | Pointer to the region that receives the number of currently created records. |
Error information.
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