RemoteDisplayCommand method

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

Implementation

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