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