#include <dwc.h> typedef struct DWCGdbField { char * name; DWCGdbFieldType type; DWCGdbValue value; } DWCGdbField;
CONFIDENTIAL