Initialize a bunch of dc values to their default before enumerating an
[wine] / dlls / ole32 / tests / marshal.c
2005-09-18  Robert ShearmanFix ref-counting rules to match native DCOM Dlls.
2005-09-12  Alexandre JulliardSendMessageTimeout takes a DWORD_PTR not a DWORD.
2005-08-27  Robert Shearman- Implement IMarshal on proxies so that we don't end...
2005-07-19  Robert ShearmanBy-pass the RPC runtime if possible when calling an...
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-23  Robert Shearman- Marshal objects & monikers into the ROT.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-04  Alexandre JulliardAuthors: Rob Shearman <rob@codeweavers.com>, Mike Hearn...
2005-02-18  Robert Shearman- Move marshaling state machine into stub manager from...
2005-02-14  Robert ShearmanMake Ole tests run on Windows 95.
2005-02-08  Robert Shearman- Implement CoDisconnectObject.
2005-02-08  Robert Shearman- Split up apartment creation so that the long code...
2005-02-01  Robert Shearman- Add code for destroying the thread-local storage...
2005-01-31  Robert ShearmanRemove test that fails on Win98 and is not useful.
2005-01-28  Robert Shearman- More tests.
2005-01-27  Robert ShearmanGive IUnknown its own ifstub to fix ref-counting and...
2005-01-26  Robert Shearman- Make proxy manager use IMultiQI instead of IInternalU...
2005-01-26  Robert Shearman- Implement IRemUnknown.
2005-01-19  Robert Shearman- Initialize ppv pointer in ClientIdentity_QueryInterfa...
2005-01-17  Robert ShearmanImplement table marshaling.
2005-01-14  Robert ShearmanMake proxy shutdown test succeed by releasing the chann...
2005-01-14  Robert Shearman- The apartment reference should be held while the...
2005-01-12  Robert Shearman- Force creation of thread queue to stop PostThreadMess...
2005-01-11  Robert ShearmanAdd tests for trying to unmarshal from a bad stream...
2004-12-27  Mike Hearn- Implement the COM stub manager, refactor the current...
2004-12-21  Robert ShearmanAdd tests for moniker and marshaling functions.