16 references to IPersist
Microsoft.Private.Windows.Core (16)
Windows.Win32.IMoniker.g.cs (1)
512 :winmdroot.System.Com.IPersist.Interface,winmdroot.System.Com.IPersistStream.Interface {
Windows.Win32.IPersist.g.cs (12)
42 return ((delegate *unmanaged [Stdcall]<IPersist*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IPersist*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<IPersist*,uint>)lpVtbl[1])((IPersist*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<IPersist*,uint>)lpVtbl[2])((IPersist*)Unsafe.AsPointer(ref this)); 75 return ((delegate *unmanaged [Stdcall]<IPersist*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IPersist*)Unsafe.AsPointer(ref this), pClassID); 99 internal delegate *unmanaged [Stdcall]<IPersist*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 101 internal delegate *unmanaged [Stdcall]<IPersist*,uint> AddRef_2; 103 internal delegate *unmanaged [Stdcall]<IPersist*,uint> Release_3; 105 internal delegate *unmanaged [Stdcall]<IPersist*,global::System.Guid* ,winmdroot.Foundation.HRESULT> GetClassID_4;
Windows.Win32.IPersistStream.g.cs (1)
181 :winmdroot.System.Com.IPersist.Interface {
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)