Example #1
0
 public static extern int DBFAddFieldW(IntPtr hDBF, string szFieldName, 
     DBFFieldType eType, int nWidth, int nDecimals);
Example #2
0
 public static extern int DBFAddField(IntPtr hDBF, string szFieldName,
                                      DBFFieldType eType, int nWidth, int nDecimals);