示例#1
0
 public static extern JobIoPointer imageflow_io_create_from_buffer(ContextPointer context, [MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 2)][In] byte[] buffer, IntPtr buffer_byte_count, Lifetime lifetime, CleanupWith cleanup);
示例#2
0
 public static extern IntPtr imageflow_io_create_from_buffer(IntPtr context, IntPtr buffer,
                                                             UIntPtr buffer_byte_count, Lifetime lifetime, CleanupWith cleanup);
示例#3
0
 public static extern JobIoPointer imageflow_io_create_for_file(ContextPointer context, IoMode mode, [MarshalAs(UnmanagedType.LPStr)] string filename, CleanupWith cleanup);
示例#4
0
 public static extern IntPtr imageflow_io_create_for_file(IntPtr context, IoMode mode,
                                                          IntPtr filename, CleanupWith cleanup);