15 references to IPersist
Microsoft.Private.Windows.Core (15)
_generated\151\Windows.Win32.IPersist.g.cs (12)
43 return ((delegate *unmanaged [Stdcall]<IPersist*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IPersist*)Unsafe.AsPointer(ref this), riid, ppvObject); 48 return ((delegate *unmanaged [Stdcall]<IPersist*,uint>)lpVtbl[1])((IPersist*)Unsafe.AsPointer(ref this)); 53 return ((delegate *unmanaged [Stdcall]<IPersist*,uint>)lpVtbl[2])((IPersist*)Unsafe.AsPointer(ref this)); 77 return ((delegate *unmanaged [Stdcall]<IPersist*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IPersist*)Unsafe.AsPointer(ref this), pClassID); 103 internal delegate *unmanaged [Stdcall]<IPersist*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 105 internal delegate *unmanaged [Stdcall]<IPersist*,uint> AddRef_2; 107 internal delegate *unmanaged [Stdcall]<IPersist*,uint> Release_3; 109 internal delegate *unmanaged [Stdcall]<IPersist*,global::System.Guid* ,winmdroot.Foundation.HRESULT> GetClassID_4;
_generated\152\Windows.Win32.IPersistStream.g.cs (1)
191 :winmdroot.System.Com.IPersist.Interface {
_generated\239\Windows.Win32.System_Com_IPersist_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Com.IPersist.Interface.GetClassID(global::System.Guid*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetClassID(this winmdroot.System.Com.IPersist.Interface @this, out global::System.Guid pClassID)