- Make the wine_marshal_id structure more like the DCOM OBJREF
commit2c3de6db244c06bb980b5d323b399e9fb5b95d53
authorRobert Shearman <rob@codeweavers.com>
Wed, 8 Dec 2004 17:49:30 +0000 (8 17:49 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 8 Dec 2004 17:49:30 +0000 (8 17:49 +0000)
tree5c81b82ba81759ca44ce2859d76c7aefd85f3562
parent7a6c0999213a7121d507eaa16e0e32adb514f1e8
- Make the wine_marshal_id structure more like the DCOM OBJREF
  structure, by replacing the process id field by apartment id (OXID),
  changing the users of the process id field to use the new field and
  renaming the objectid field to oid.
- Fix StdMarshalImpl_UnmarshalInterface to invalidate and release its
  stub when doing a same apartment marshal.
dlls/ole32/compobj_private.h
dlls/ole32/marshal.c
dlls/ole32/rpc.c