SetImageRegistry method

int SetImageRegistry(
  1. int arg0,
  2. Pointer<Char> arg1,
  3. Pointer<Void> arg2,
  4. Pointer<ExceptionInfo> arg3,
)

Implementation

int SetImageRegistry(
  int arg0,
  ffi.Pointer<ffi.Char> arg1,
  ffi.Pointer<ffi.Void> arg2,
  ffi.Pointer<ExceptionInfo> arg3,
) {
  return _SetImageRegistry(
    arg0,
    arg1,
    arg2,
    arg3,
  );
}