Robert Shearman
|
1c04d9ab20
|
rpcrt4: Add an exception handler for CStdStubBuffer_Invoke.
This is needed because IRpcStubBuffer::Invoke should not allow RPC
exceptions to be passed to the caller.
|
2006-06-12 13:21:46 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Robert Shearman
|
b670ec83fd
|
rpcrt4: Fill in the IRpcStubBuffer vtables for interfaces that don't
already have them filled in.
|
2006-01-30 14:56:07 +01:00 |
Robert Shearman
|
3180de6a98
|
rpcrt4: Call NdrStubCall2 when dealing with a pure interpreted stub
that has no dispatch table.
|
2006-01-06 21:07:20 +01:00 |
Robert Shearman
|
68fcd5d8f7
|
Add a function to retrieve the MIDL_SERVER_INFO struct from an object.
|
2005-11-29 10:42:04 +01:00 |
Huw Davies
|
c4e8f06375
|
Stubs for NdrStubForwardingFunction and NdrCStdStubBuffer2_Release
along with a few related defines.
|
2005-10-26 13:56:00 +00:00 |
Robert Shearman
|
b0b3080b2d
|
IRpcStubBuffer_Disconnect can be called more than once.
|
2005-07-19 19:12:54 +00:00 |
Francois Gouget
|
486d020c1b
|
Don't define COBJMACROS in objbase.h.
Update the Wine sources accordingly.
|
2004-10-07 03:06:48 +00:00 |
Alexandre Julliard
|
39a696a166
|
Removed some uses of the non-standard ICOM_THIS macro.
|
2004-09-06 20:34:29 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Ove Kaaven
|
6e67d46355
|
Fixed NdrDllRegisterProxy so it registers the key names that ole32
expects. Better debug traces (include name of interface).
|
2003-05-20 04:13:44 +00:00 |
Ove Kaaven
|
daffdb622a
|
Added missing AddRef.
|
2003-04-19 02:49:15 +00:00 |
Ove Kaaven
|
1f5315c80f
|
Make sure that no files except unknwn.h include wine/obj_base.h
directly.
|
2002-12-05 20:33:07 +00:00 |
Alberto Massari
|
d9159093a5
|
Avoid crashing when releasing an NdrCStdStubBuffer that had been
previously disconnected.
|
2002-11-08 18:52:34 +00:00 |
Ove Kaaven
|
1d5d2bd081
|
Implement the CStdStubBuffer methods.
|
2002-10-10 22:46:08 +00:00 |