- 07 Jul, 2006 1 commit
-
-
Robert Shearman authored
-
- 30 Jun, 2006 1 commit
-
-
Robert Shearman authored
that hasn't yet been marshaled then it should create a new stub manager.
-
- 29 Jun, 2006 1 commit
-
-
Robert Shearman authored
-
- 13 Jun, 2006 1 commit
-
-
Robert Shearman authored
usually a good indicator of a bug elsewhere in Wine.
-
- 09 Jun, 2006 1 commit
-
-
Robert Shearman authored
CoRevertToSelf on top of CoGetCallContext, which is a stub.
-
- 25 May, 2006 2 commits
-
-
Robert Shearman authored
-
Robert Shearman authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 08 May, 2006 1 commit
-
-
Marcus Meissner authored
-
- 07 May, 2006 1 commit
-
-
Robert Shearman authored
Remove the fixme printed if CoGetClassObject fails in CoCreateInstance, because we already print an error in all cases and the error more accurately pin-points the source of the problem.
-
- 30 Mar, 2006 5 commits
-
-
Robert Shearman authored
Tests with native show that during COM calls posted messages aren't retrieved other than COM calls so change the PeekMessage parameters in CoWaitForMultipleHandles to duplicate this.
-
Robert Shearman authored
Try to retrieve messages that are COM calls first in CoWaitForMultipleHandles before retrieving other types.
-
Robert Shearman authored
Put the PeekMessage call of CoWaitForMultipleHandles into a separate function so that the order and type of the messages retrieved can be customised in the future.
-
Robert Shearman authored
should depend on whether the current apartment is a single threaded one.
-
Robert Shearman authored
Pass the no yield flag to PeekMessage since we sleep in MsgWaitForMultipleObjectsEx and the extra context switch is wasteful.
-
- 24 Feb, 2006 1 commit
-
-
Robert Shearman authored
If local-server or local-service activation doesn't work in CoGetClassObject then fallthrough instead of returning from the function.
-
- 22 Feb, 2006 1 commit
-
-
Robert Shearman authored
Move the uninitialized apartment check after zeroing out the return value.
-
- 20 Feb, 2006 1 commit
-
-
Robert Shearman authored
Change the apartment model field to a boolean that just specifies whether the apartment is multi-threaded or not and fix up all the places where this is used. Fixes a bug where we would return an error if the previous apartment model passed into CoInitializeEx matches the new apartment model, but additional optimisation flags are specified.
-
- 07 Feb, 2006 1 commit
-
-
Robert Shearman authored
CoCreateInstance.
-
- 20 Jan, 2006 2 commits
-
-
Huw Davies authored
-
Robert Shearman authored
When a WM_QUIT message in encountered in CoWaitForMultipleHandles then it should repost the WM_QUIT message and then switch to waiting without checking messages.
-
- 18 Jan, 2006 1 commit
-
-
Robert Shearman authored
-
- 10 Jan, 2006 2 commits
-
-
Robert Shearman authored
-
Robert Shearman authored
-
- 09 Jan, 2006 2 commits
-
-
Robert Shearman authored
Join the MTA if necessary when executing an RPC call to ensure that it is executing with a valid apartment and won't fail for certain COM calls.
-
Robert Shearman authored
Move the ANSI implementation of CLSIDFromString to ole16.c and change CLSIDFromString to only deal with Unicode strings.
-
- 12 Nov, 2005 1 commit
-
-
Robert Shearman authored
CLSCTX_INPROC_SERVER by looking at the InprocHandler32 registry key instead of InprocServer32.
-
- 09 Nov, 2005 1 commit
-
-
Robert Shearman authored
- Fix up the callers and reorganize CoGetClassObject to split out the inproc code into another function.
-
- 08 Nov, 2005 1 commit
-
-
Michael Jung authored
-
- 03 Oct, 2005 1 commit
-
-
Robert Shearman authored
-
- 25 Sep, 2005 1 commit
-
-
Robert Shearman authored
-
- 23 Sep, 2005 1 commit
-
-
Robert Shearman authored
the REGCLS_MULTIPLEUSE flag is specified.
-
- 14 Sep, 2005 1 commit
-
-
Robert Shearman authored
-
- 09 Sep, 2005 1 commit
-
-
Alexandre Julliard authored
section.
-
- 26 Aug, 2005 1 commit
-
-
Robert Shearman authored
-
- 25 Aug, 2005 1 commit
-
-
Robert Shearman authored
-
- 22 Aug, 2005 1 commit
-
-
Mike McCormack authored
- pass strlen an LPSTR to eliminate a sign warning
-
- 15 Aug, 2005 2 commits
-
-
Mike McCormack authored
-
Marcus Meissner authored
-
- 19 Jul, 2005 1 commit
-
-
Alex Villacís Lasso authored
prevent crash in CoRevokeClassObject when accessing (uninitialized) pMarshalledData.
-