2009/1/1 Michael Karcher <w...@mkarcher.dialup.fu-berlin.de>: > diff --git a/include/ocidl.idl b/include/ocidl.idl > index c40d155..d4979d7 100644 > --- a/include/ocidl.idl > +++ b/include/ocidl.idl > @@ -927,7 +927,7 @@ interface IPersistPropertyBag : IPersist > > HRESULT Load( > [in] IPropertyBag *pPropBag, > - [in] IErrorLog *pErrorLog); > + [in,unique] IErrorLog *pErrorLog); > > HRESULT Save( > [in] IPropertyBag *pPropBag,
Same goes for this change. -- Rob Shearman