ConjureImageCommand method

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

Implementation

int ConjureImageCommand(
  ffi.Pointer<ImageInfo> arg0,
  int arg1,
  ffi.Pointer<ffi.Pointer<ffi.Char>> arg2,
  ffi.Pointer<ffi.Pointer<ffi.Char>> arg3,
  ffi.Pointer<ExceptionInfo> arg4,
) {
  return _ConjureImageCommand(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
  );
}