29 references to IPersistStream
Microsoft.Private.Windows.Core (29)
Windows.Win32.IMoniker.g.cs (1)
512 :winmdroot.System.Com.IPersist.Interface,winmdroot.System.Com.IPersistStream.Interface {
Windows.Win32.IPersistStream.g.cs (24)
42 return ((delegate *unmanaged [Stdcall]<IPersistStream*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IPersistStream*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<IPersistStream*,uint>)lpVtbl[1])((IPersistStream*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<IPersistStream*,uint>)lpVtbl[2])((IPersistStream*)Unsafe.AsPointer(ref this)); 67 return ((delegate *unmanaged [Stdcall]<IPersistStream*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IPersistStream*)Unsafe.AsPointer(ref this), pClassID); 78 return ((delegate *unmanaged [Stdcall]<IPersistStream*,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IPersistStream*)Unsafe.AsPointer(ref this)); 94 return ((delegate *unmanaged [Stdcall]<IPersistStream*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IPersistStream*)Unsafe.AsPointer(ref this), pStm); 111 return ((delegate *unmanaged [Stdcall]<IPersistStream*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IPersistStream*)Unsafe.AsPointer(ref this), pStm, fClearDirty); 133 return ((delegate *unmanaged [Stdcall]<IPersistStream*,ulong* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IPersistStream*)Unsafe.AsPointer(ref this), pcbSize); 157 internal delegate *unmanaged [Stdcall]<IPersistStream*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 159 internal delegate *unmanaged [Stdcall]<IPersistStream*,uint> AddRef_2; 161 internal delegate *unmanaged [Stdcall]<IPersistStream*,uint> Release_3; 163 internal delegate *unmanaged [Stdcall]<IPersistStream*,global::System.Guid* ,winmdroot.Foundation.HRESULT> GetClassID_4; 165 internal delegate *unmanaged [Stdcall]<IPersistStream*,winmdroot.Foundation.HRESULT> IsDirty_5; 167 internal delegate *unmanaged [Stdcall]<IPersistStream*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.HRESULT> Load_6; 169 internal delegate *unmanaged [Stdcall]<IPersistStream*,winmdroot.System.Com.IStream* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Save_7; 171 internal delegate *unmanaged [Stdcall]<IPersistStream*,ulong* ,winmdroot.Foundation.HRESULT> GetSizeMax_8;
Windows.Win32.System_Com_IPersistStream_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.System.Com.IPersistStream.Interface.GetClassID(global::System.Guid*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetClassID(this winmdroot.System.Com.IPersistStream.Interface @this, out global::System.Guid pClassID) 33 /// <inheritdoc cref="winmdroot.System.Com.IPersistStream.Interface.GetSizeMax(ulong*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetSizeMax(this winmdroot.System.Com.IPersistStream.Interface @this, out ulong pcbSize)