DWC_GdbGetFieldByName

Syntax

#include <dwc.h>

DWCGdbField * DWC_GdbGetFieldByName(const char *field_name,
                                    DWCGdbField *fields,
                                    int field_num);

Arguments

field_name Name of the field to get.
fields Array of fields.
field_num Number of fields.

Return Values

Returns the field having the specified name. NULL is returned if none exists.

Description

Revision History


CONFIDENTIAL