DWCGdbGetRecordsCallback

Syntax

#include <dwc.h>

typedef void(*) DWCGdbGetRecordsCallback(int record_num,
             DWCGdbField **records,
             void *user_param);

Arguments

record_num The number of records.
records The array of records.
user_param Parameter given to the asynchronous process when it executed.

Return Values

None.

Description

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.

Revision History


CONFIDENTIAL