InterpretImageFilename method

int InterpretImageFilename(
  1. Pointer<ImageInfo> arg0,
  2. Pointer<Image> arg1,
  3. Pointer<Char> arg2,
  4. int arg3,
  5. Pointer<Char> arg4,
  6. Pointer<ExceptionInfo> arg5,
)

Implementation

int InterpretImageFilename(
  ffi.Pointer<ImageInfo> arg0,
  ffi.Pointer<Image> arg1,
  ffi.Pointer<ffi.Char> arg2,
  int arg3,
  ffi.Pointer<ffi.Char> arg4,
  ffi.Pointer<ExceptionInfo> arg5,
) {
  return _InterpretImageFilename(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
    arg5,
  );
}