- Implement CoDisconnectObject.
[wine] / dlls / ole32 / stubmanager.c
2005-02-08  Robert Shearman- Implement CoDisconnectObject.
2005-02-08  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-01-26  Robert Shearman- Make proxy manager use IMultiQI instead of IInternalU...
2005-01-26  Robert Shearman- Use InterlockedIncrement for the ipid counter instead...
2005-01-26  Robert Shearman- Implement IRemUnknown.
2005-01-25  Robert Shearman- Generate machine-local IPIDs.
2005-01-17  Robert ShearmanImplement table marshaling.
2005-01-14  Robert Shearman- The apartment reference should be held while the...
2005-01-11  Robert Shearman- Document how thread-safety is ensured for each member...
2005-01-07  Robert ShearmanRename iid in wine_marshal_id to ipid and use IPIDs...
2005-01-06  Robert ShearmanNo need to add a reference to the apartment from new_st...
2005-01-05  Mike Hearn- Make apartment access thread-safe by introducing...
2005-01-03  Mike HearnComment out an assert, as we don't yet implement IRemUn...
2004-12-27  Mike Hearn- Implement the COM stub manager, refactor the current...