RemoteDisplayCommand method
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,
);
}