#include <dwc.h>DWCGdbField * DWC_GdbGetFieldByName(const char *field_name,
DWCGdbField *fields,
int field_num);| field_name | Name of the field to get. |
| fields | Array of fields. |
| field_num | Number of fields. |
Returns the field having the specified name. NULL is returned if none exists.
CONFIDENTIAL