Ejemplo n.º 1
0
 public static extern int dt_parse_command(IntPtr c, dt_parse_error_handler_t eh, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string cmd);
Ejemplo n.º 2
0
 public static extern int dt_create_value(IntPtr d, ref IntPtr v, dt_parse_error_handler_t eh, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string fmt, dt_type_t t, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string data);
Ejemplo n.º 3
0
 public static extern int dt_create_value_ex(IntPtr d, ref IntPtr v, dt_separator_char_detect_func_t sd, dt_parse_error_handler_t eh, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string fmt);
Ejemplo n.º 4
0
 public static extern void dt_create_datatree(ref IntPtr d, dt_parse_error_handler_t eh);
Ejemplo n.º 5
0
 public static extern int dt_parse_command(IntPtr c, dt_parse_error_handler_t eh, [InAttribute()][MarshalAsAttribute(UnmanagedType.LPStr)] string cmd);
Ejemplo n.º 6
0
 public static extern int dt_create_value_ex(IntPtr d, ref IntPtr v, dt_separator_char_detect_func_t sd, dt_parse_error_handler_t eh, [InAttribute()][MarshalAsAttribute(UnmanagedType.LPStr)] string fmt);
Ejemplo n.º 7
0
 public static extern int dt_create_value(IntPtr d, ref IntPtr v, dt_parse_error_handler_t eh, [InAttribute()][MarshalAsAttribute(UnmanagedType.LPStr)] string fmt, dt_type_t t, [InAttribute()][MarshalAsAttribute(UnmanagedType.LPStr)] string data);
Ejemplo n.º 8
0
 public static extern void dt_create_datatree(ref IntPtr d, dt_parse_error_handler_t eh);