OpenStream method

int OpenStream(
  1. Pointer<ImageInfo> arg0,
  2. Pointer<StreamInfo> arg1,
  3. Pointer<Char> arg2,
  4. Pointer<ExceptionInfo> arg3,
)

Implementation

int OpenStream(
  ffi.Pointer<ImageInfo> arg0,
  ffi.Pointer<StreamInfo> arg1,
  ffi.Pointer<ffi.Char> arg2,
  ffi.Pointer<ExceptionInfo> arg3,
) {
  return _OpenStream(
    arg0,
    arg1,
    arg2,
    arg3,
  );
}