#include <dwc.h>typedef void(*) DWCGdbGetRecordsCallback(int record_num,
DWCGdbField **records,
void *user_param);| The number of records. | |
| The array of records. | |
| Parameter given to the asynchronous process when it executed. |
None.
Because the fields in the arguments are released when the process leaves from the callback, be sure to copy any necessary data inside the callback.
CONFIDENTIAL