Esempio n. 1
0
 public static extern int dt_parse_command(IntPtr c, dt_parse_error_handler_t eh, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string cmd);
Esempio 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);
Esempio 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);
Esempio n. 4
0
 public static extern void dt_create_datatree(ref IntPtr d, dt_parse_error_handler_t eh);
Esempio n. 5
0
 public static extern int dt_parse_command(IntPtr c, dt_parse_error_handler_t eh, [InAttribute()][MarshalAsAttribute(UnmanagedType.LPStr)] string cmd);
Esempio 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);
Esempio 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);
Esempio n. 8
0
 public static extern void dt_create_datatree(ref IntPtr d, dt_parse_error_handler_t eh);