2004-01-30 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / UCOMIConnectionPointContainer.cs
index f34c40b678c70f080e7e9ba95aa7b6e9750c5280..3b60cc0e5085dddde4261dfba5cd45cb63c6c586 100644 (file)
@@ -9,10 +9,11 @@ using System;
 
 namespace System.Runtime.InteropServices
 {
+       [Guid ("b196b284-bab4-101a-b69c-00aa00341d07")]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
        public interface UCOMIConnectionPointContainer
        {
-               void EnumConnectionPoints (ref UCOMIEnumConnectionPoints ppEnum);
-               void FindConnectionPoint (ref Guid riid, ref UCOMIConnectionPoint ppCP);
+               void EnumConnectionPoints (out UCOMIEnumConnectionPoints ppEnum);
+               void FindConnectionPoint (ref Guid riid, out UCOMIConnectionPoint ppCP);
        }
 }