diff --git a/reference/com/compersisthelper/construct.xml b/reference/com/compersisthelper/construct.xml index 223733c87a..f9b5504e39 100644 --- a/reference/com/compersisthelper/construct.xml +++ b/reference/com/compersisthelper/construct.xml @@ -27,10 +27,14 @@ A COM object which implements IDispatch. - To be able to call any of COMPersistHelper's methods, the object + To be able to successfully call any of COMPersistHelper's methods, the object has to implement IPersistFile, IPersistStream and/or IPersistStreamInit. + + Passing &null; as com_object is only useful if the object is to be + loaded from a stream by calling COMPersistHelper::LoadFromStream. +