- 28 Apr, 2009 1 commit
-
-
Huw Davies authored
-
- 13 Mar, 2009 1 commit
-
-
Michael Stefaniuc authored
long is always 32bit in IDL files but that's not true in C.
-
- 11 Feb, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 22 Jan, 2009 1 commit
-
-
Nikolay Sivov authored
-
- 04 Jan, 2009 1 commit
-
-
Michael Stefaniuc authored
Also fix the compiler warnings introduced by this change.
-
- 18 Oct, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 11 Jul, 2008 1 commit
-
-
Andrew Talbot authored
-
- 10 Apr, 2008 1 commit
-
-
Austin English authored
-
- 11 Mar, 2008 1 commit
-
-
Andrew Talbot authored
-
- 22 Jan, 2008 1 commit
-
-
Rob Shearman authored
ole32: Don't get the HRESULT from the buffer if we get an RPC_S_CALL_FAILED status back from the runtime. The buffer might not contain any data and nowhere in our ole32 code passes HRESULTs in the buffer.
-
- 15 Jan, 2008 1 commit
-
-
Rob Shearman authored
-
- 09 Jan, 2008 1 commit
-
-
Rob Shearman authored
-
- 07 Jan, 2008 4 commits
-
-
Rob Shearman authored
ole32: Fix memory leaks caused by not calling the channel hook function when extension_size is zero. Instead free the allocated memory outside of the channel hook function.
-
Rob Shearman authored
ole32: Shortcut the RPC runtime for allocation of the message when processing the COM call by just sending a message to a window in the process.
-
Rob Shearman authored
ole32: Clear the RPC_FLAGS_VALID_BIT flag from the RPC_MESSAGE ProcNum when shortcutting the RPC runtime.
-
Rob Shearman authored
ole32: Determine the destination for the COM call and initialise the necessary parameters in ClientRpcChannelBuffer_GetBuffer instead of ClientRpcChannelBuffer_SendReceive. The parameters are then freed in the matching ClientRpcChannelBuffer_FreeBuffer function.
-
- 20 Dec, 2007 1 commit
-
-
Rob Shearman authored
ole32: Fix RPC_GetLocalClassObject to wait for 30 seconds, even if messages arrive while we are waiting.
-
- 07 Dec, 2007 1 commit
-
-
Rob Shearman authored
-
- 27 Nov, 2007 2 commits
-
-
Rob Shearman authored
ole32: Clean up properly in ClientRpcChannelBuffer_SendReceive in the case where PostMessageW fails.
-
Rob Shearman authored
ole32: Store the dispatch parameters in the message state structure to allow them to be initialised earlier in the sequence of IRpcChannelBuffer calls.
-
- 13 Nov, 2007 1 commit
-
-
Rob Shearman authored
-
- 13 Apr, 2007 1 commit
-
-
Andrew Talbot authored
-
- 28 Mar, 2007 1 commit
-
-
Rob Shearman authored
ole32: Pass the OXID info to RPC_CreateClientChannel and use this to pass the server process ID to channel hooks.
-
- 27 Mar, 2007 1 commit
-
-
Rob Shearman authored
Copy the OXID_INFO from the stub manager, if available, in proxy_manager_construct. Otherwise, attempt to resolve it. Use ipidRemUnknown from OXID_INFO in the proxy manager instead of magically generating the IPID for RemUnknown.
-
- 09 Mar, 2007 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
- 18 Jan, 2007 1 commit
-
-
Francois Gouget authored
-
- 10 Jan, 2007 2 commits
-
-
Rob Shearman authored
Change some incorrect usages of SEEK_SET to the intended STREAM_SEEK_SET instead.
-
Rob Shearman authored
-
- 06 Jan, 2007 1 commit
-
-
Francois Gouget authored
-
- 04 Jan, 2007 1 commit
-
-
Rob Shearman authored
ole32: Make sure to reset the message state if it has been changed in RPC_ExecuteCall before returning. Fix the hrFault parameter passed into the ClientNotify function in ClientRpcChannelBuffer_SendReceive so that it is correct in the case of messages dispatched with PostMessage. Only unmarshal ORPCTHAT for non-fault packets.
-
- 02 Jan, 2007 1 commit
-
-
Rob Shearman authored
ole32: Fix the calculation of message_state->prefix_data_len in two places where it would come out negative.
-
- 27 Dec, 2006 1 commit
-
-
Rob Shearman authored
Unmarshal the data on the client side (during ClientChannelBuffer_SendReceive) and call ClientNotify.
-
- 24 Dec, 2006 2 commits
-
-
Rob Shearman authored
ole32: Performing a COM call from within the processing of a sent message during a wait for completion of another COM call is not allowed. Add a test for the behaviour where RPC_E_CANTCALLOUT_ININPUTSYNCCALL is returned.
-
Rob Shearman authored
ole32: Track the pending call count so that the correct call type can be passed to the message filter HandleInComingCall function.
-
- 20 Dec, 2006 5 commits
-
-
Rob Shearman authored
Use the causality ID to determine whether this is a top-level or a nested (called-back) call for the purposes of IMessageFilter::HandleInComingCall.
-
Rob Shearman authored
ole32: Pass in the IID and IUnknown* of the object being executed to the server notification and message filter functions.
-
Rob Shearman authored
-
Rob Shearman authored
Store the SChannelHookCallInfo structure in the message state.
-
Rob Shearman authored
-