- 24 Jan, 2007 1 commit
-
-
Paul Vriens authored
-
- 19 Jan, 2007 1 commit
-
-
Andrew Talbot authored
-
- 18 Jan, 2007 1 commit
-
-
Francois Gouget authored
-
- 12 Jan, 2007 2 commits
-
-
Paul Vriens authored
-
Rob Shearman authored
-
- 11 Jan, 2007 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
Return E_INVALIDARG if dwReserved is not set to zero for both GetErrorInfo and SetErrorInfo.
-
- 10 Jan, 2007 15 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
ole32: Add a test for the failure case of same-apartment unmarshaling when passing in an unsupported iid.
-
Rob Shearman authored
-
Rob Shearman authored
ole32: ReadClassStm should return STG_E_READFAULT is not all of the data could be read, not S_FALSE. Clear pclsid in case of errors. Add tests for ReadClassStm.
-
Rob Shearman authored
ole32: Add tests for invalid arguments of CoMarshalInterface and CoMarshalInterThreadInterfaceInStream.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
ole32: Fix HGLOBALStreamImpl_CopyTo to check the return values of IStream_Read and IStream_Write and to not compare the bytes read to the bytes written. Add tests for IStream::CopyTo of the HGLOBAL stream implementation.
-
Rob Shearman authored
Change some incorrect usages of SEEK_SET to the intended STREAM_SEEK_SET instead.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
ole32: Move the Running Object Table test in marshal.c to moniker.c to put it with the other ROT tests.
-
Rob Shearman authored
-
Rob Shearman authored
-
- 09 Jan, 2007 1 commit
-
-
Paul Vriens authored
-
- 08 Jan, 2007 5 commits
-
-
Rob Shearman authored
ole32: Fix the OLE clipboard test to call OleInitialize before performing the tests to fix test failures on Windows.
-
Rob Shearman authored
ole32: Add a field to the TLS data to determine whether OLE has been initialised for the current thread.
-
Rob Shearman authored
ole32: IPeristStream implies IPersist and IStream implies ISequentialStream so fix the Structured Storage stream implementation's QueryInterface with to reflect this.
-
Rob Shearman authored
ole32: IStream inherits from ISequentialStream so the HGLOBALStream implementation must also support ISequentialStream.
-
Rob Shearman authored
-
- 06 Jan, 2007 1 commit
-
-
Francois Gouget authored
-
- 05 Jan, 2007 1 commit
-
-
Kai Blin authored
-
- 04 Jan, 2007 3 commits
-
-
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.
-
Michael Gardiner authored
-
Rob Shearman authored
-
- 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.
-
- 29 Dec, 2006 1 commit
-
-
Rob Shearman authored
-
- 28 Dec, 2006 5 commits
-
-
Rob Shearman authored
The tests show the behaviour when the IROTData interface is not available from the moniker. They also show the flags that are accepted into IRunningObjectTable::Register.
-
Rob Shearman authored
ole32: Contrary to MSDN, IROTData doesn't need to be implemented for a moniker to be usable with the running object table. If IROTData isn't available, fall back to a path that uses the display name and the clsid of the moniker to generate the comparison data.
-
Rob Shearman authored
-
Rob Shearman authored
ole32: Use IMoniker::GetTimeOfLastChange to attempt to retrieve the last-modified time for the ROT entry. However, fall back to CoFileTimeNow if it fails.
-
Rob Shearman authored
-