reactos/dll/win32/msi
winesync 2e19edd6a0
[WINESYNC] msi: Make MsiProcessMessage() RPC-compatible.
Instead of passing a remote MSIHANDLE and creating a set of remote_Record*()
methods, we marshal the whole record as a wire struct. We do this for two
reasons: firstly, because chances are whoever is reading the record is going
to want to read the whole thing, so it's much less taxing on IPC to just pass
the whole record once; and secondly, because records can be created on the
client side or returned from the server side, and we don't want to have to
write a lot of extra code to deal with both possibilities.

The wire_record struct is designed so that we can simply pass the relevant
part of an MSIRECORD to the server.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id bbf0f2da8211da73066fb36a444593ab0e8901f2 by Zebediah Figura <z.figura12@gmail.com>
2022-03-20 19:27:35 +01:00
..
lang [TRANSLATION] Update Chinese Traditional (zh-TW) translation (#4154) 2022-01-14 20:22:46 +03:00
action.c
alter.c
appsearch.c
assembly.c
automation.c
classes.c
CMakeLists.txt [WINESYNC] msi: Convert the IWineMsiRemote* remote interfaces to RPC stubs. 2022-03-20 19:27:34 +01:00
cond.y [WINESYNC] msi: Convert the IWineMsiRemote* remote interfaces to RPC stubs. 2022-03-20 19:27:34 +01:00
create.c
custom.c [WINESYNC] msi: Make MsiGetProperty() RPC-compatible. 2022-03-20 19:27:34 +01:00
database.c [WINESYNC] msi: Convert the IWineMsiRemote* remote interfaces to RPC stubs. 2022-03-20 19:27:34 +01:00
delete.c
dialog.c [WINESYNC] msi: Convert the IWineMsiRemote* remote interfaces to RPC stubs. 2022-03-20 19:27:34 +01:00
distinct.c
drop.c
files.c
font.c
format.c [WINESYNC] msi: Convert the IWineMsiRemote* remote interfaces to RPC stubs. 2022-03-20 19:27:34 +01:00
handle.c [WINESYNC] msi: Convert the IWineMsiRemote* remote interfaces to RPC stubs. 2022-03-20 19:27:34 +01:00
insert.c
instabsent.bmp
instadvert.bmp
install.c [WINESYNC] msi: Also null-terminate WCHAR strings. 2022-03-20 19:27:35 +01:00
instlocal.bmp
media.c
msi.c [WINESYNC] msi: Convert the IWineMsiRemote* remote interfaces to RPC stubs. 2022-03-20 19:27:34 +01:00
msi.rc
msi.spec
msi_main.c [WINESYNC] msi: Convert the IWineMsiRemote* remote interfaces to RPC stubs. 2022-03-20 19:27:34 +01:00
msi_ros.diff [MSI] Remove obsolete '__ASM_DEFINE_FUNC()' 2020-06-27 14:48:00 +02:00
msipriv.h [WINESYNC] msi: Make MsiProcessMessage() RPC-compatible. 2022-03-20 19:27:35 +01:00
msiquery.c [WINESYNC] msi: Store a record's associated query privately. 2022-03-20 19:27:35 +01:00
msiserver.idl [WINESYNC] msi: Convert the IWineMsiRemote* remote interfaces to RPC stubs. 2022-03-20 19:27:34 +01:00
msiserver.rgs
msiserver_dispids.h
msiserver_r.rgs
msiserver_t.rgs
msvchelper.h [MSI] Remove obsolete '__ASM_DEFINE_FUNC()' 2020-06-27 14:48:00 +02:00
package.c [WINESYNC] msi: Make MsiProcessMessage() RPC-compatible. 2022-03-20 19:27:35 +01:00
patch.c
precomp.h
query.h
record.c [WINESYNC] msi: Make MsiProcessMessage() RPC-compatible. 2022-03-20 19:27:35 +01:00
registry.c
resource.h
rsrc.rc [TRANSLATION] indonesian add and update apps/shell translation 2021-05-05 11:34:28 +02:00
script.c
select.c
source.c
sql.y
storages.c
streams.c
string.c
suminfo.c [WINESYNC] msi: Convert the IWineMsiRemote* remote interfaces to RPC stubs. 2022-03-20 19:27:34 +01:00
table.c
tokenize.c
update.c
upgrade.c
version.rc
where.c
winemsi.idl [WINESYNC] msi: Make MsiProcessMessage() RPC-compatible. 2022-03-20 19:27:35 +01:00