Exemplo n.º 1
0
 public static extern int DBFAddFieldW(IntPtr hDBF, string szFieldName, 
     DBFFieldType eType, int nWidth, int nDecimals);
Exemplo n.º 2
0
 public static extern int DBFAddField(IntPtr hDBF, string szFieldName,
                                      DBFFieldType eType, int nWidth, int nDecimals);