211 references to IStorage
System.Private.Windows.Core (142)
_generated\160\Windows.Win32.IStorage.g.cs (106)
27
:winmdroot.IVTable<
IStorage
,
IStorage
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
IStorage
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IStorage
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
IStorage
*,uint>)lpVtbl[1])((
IStorage
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
IStorage
*,uint>)lpVtbl[2])((
IStorage
*)Unsafe.AsPointer(ref this));
71
private static winmdroot.Foundation.HRESULT CreateStream(
IStorage
* pThis, winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.IStream** ppstm)
107
return ((delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.STGM ,uint ,uint ,winmdroot.System.Com.IStream** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IStorage
*)Unsafe.AsPointer(ref this), pwcsName, grfMode, reserved1, reserved2, ppstm);
123
private static winmdroot.Foundation.HRESULT OpenStream(
IStorage
* pThis, winmdroot.Foundation.PCWSTR pwcsName, [Optional] void* reserved1, winmdroot.System.Com.STGM grfMode, uint reserved2, winmdroot.System.Com.IStream** ppstm)
155
return ((delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,void* ,winmdroot.System.Com.STGM ,uint ,winmdroot.System.Com.IStream** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IStorage
*)Unsafe.AsPointer(ref this), pwcsName, reserved1, grfMode, reserved2, ppstm);
158
/// <inheritdoc cref="CreateStorage(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.STGM, uint, uint, winmdroot.System.Com.StructuredStorage.
IStorage
**)"/>
160
internal unsafe winmdroot.Foundation.HRESULT CreateStorage(string pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.StructuredStorage.
IStorage
** ppstg)
172
private static winmdroot.Foundation.HRESULT CreateStorage(
IStorage
* pThis, winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.StructuredStorage.
IStorage
** ppstg)
206
public unsafe winmdroot.Foundation.HRESULT CreateStorage(winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.StructuredStorage.
IStorage
** ppstg)
208
return ((delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.STGM ,uint ,uint ,winmdroot.System.Com.StructuredStorage.
IStorage
** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IStorage
*)Unsafe.AsPointer(ref this), pwcsName, grfMode, reserved1, reserved2, ppstg);
211
/// <inheritdoc cref="OpenStorage(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.StructuredStorage.
IStorage
*, winmdroot.System.Com.STGM, ushort**, uint, winmdroot.System.Com.StructuredStorage.
IStorage
**)"/>
213
internal unsafe winmdroot.Foundation.HRESULT OpenStorage(string pwcsName, winmdroot.System.Com.StructuredStorage.
IStorage
* pstgPriority, winmdroot.System.Com.STGM grfMode, in ushort* snbExclude, uint reserved, winmdroot.System.Com.StructuredStorage.
IStorage
** ppstg)
228
private static winmdroot.Foundation.HRESULT OpenStorage(
IStorage
* pThis, winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.StructuredStorage.
IStorage
* pstgPriority, winmdroot.System.Com.STGM grfMode, ushort** snbExclude, uint reserved, winmdroot.System.Com.StructuredStorage.
IStorage
** ppstg)
262
public unsafe winmdroot.Foundation.HRESULT OpenStorage(winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.StructuredStorage.
IStorage
* pstgPriority, winmdroot.System.Com.STGM grfMode, ushort** snbExclude, uint reserved, winmdroot.System.Com.StructuredStorage.
IStorage
** ppstg)
264
return ((delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.System.Com.STGM ,ushort** ,uint ,winmdroot.System.Com.StructuredStorage.
IStorage
** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IStorage
*)Unsafe.AsPointer(ref this), pwcsName, pstgPriority, grfMode, snbExclude, reserved, ppstg);
267
/// <inheritdoc cref="CopyTo(uint, global::System.Guid*, ushort**, winmdroot.System.Com.StructuredStorage.
IStorage
*)"/>
268
internal unsafe winmdroot.Foundation.HRESULT CopyTo([Optional] ReadOnlySpan<global::System.Guid> rgiidExclude, in ushort* snbExclude, winmdroot.System.Com.StructuredStorage.
IStorage
* pstgDest)
283
private static winmdroot.Foundation.HRESULT CopyTo(
IStorage
* pThis, uint ciidExclude, [Optional] global::System.Guid* rgiidExclude, [Optional] ushort** snbExclude, winmdroot.System.Com.StructuredStorage.
IStorage
* pstgDest)
323
public unsafe winmdroot.Foundation.HRESULT CopyTo(uint ciidExclude, [Optional] global::System.Guid* rgiidExclude, [Optional] ushort** snbExclude, winmdroot.System.Com.StructuredStorage.
IStorage
* pstgDest)
325
return ((delegate *unmanaged [Stdcall]<
IStorage
*,uint ,global::System.Guid* ,ushort** ,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IStorage
*)Unsafe.AsPointer(ref this), ciidExclude, rgiidExclude, snbExclude, pstgDest);
328
/// <inheritdoc cref="MoveElementTo(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.StructuredStorage.
IStorage
*, winmdroot.Foundation.PCWSTR, uint)"/>
330
internal unsafe winmdroot.Foundation.HRESULT MoveElementTo(string pwcsName, winmdroot.System.Com.StructuredStorage.
IStorage
* pstgDest, string pwcsNewName, uint grfFlags)
345
private static winmdroot.Foundation.HRESULT MoveElementTo(
IStorage
* pThis, winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.StructuredStorage.
IStorage
* pstgDest, winmdroot.Foundation.PCWSTR pwcsNewName, uint grfFlags)
377
public unsafe winmdroot.Foundation.HRESULT MoveElementTo(winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.StructuredStorage.
IStorage
* pstgDest, winmdroot.Foundation.PCWSTR pwcsNewName, uint grfFlags)
379
return ((delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.Foundation.PCWSTR ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IStorage
*)Unsafe.AsPointer(ref this), pwcsName, pstgDest, pwcsNewName, grfFlags);
385
private static winmdroot.Foundation.HRESULT Commit(
IStorage
* pThis, uint grfCommitFlags)
417
return ((delegate *unmanaged [Stdcall]<
IStorage
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IStorage
*)Unsafe.AsPointer(ref this), grfCommitFlags);
423
private static winmdroot.Foundation.HRESULT Revert(
IStorage
* pThis)
450
return ((delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
IStorage
*)Unsafe.AsPointer(ref this));
463
private static winmdroot.Foundation.HRESULT EnumElements(
IStorage
* pThis, [Optional] uint reserved1, [Optional] void* reserved2, [Optional] uint reserved3, winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum)
497
return ((delegate *unmanaged [Stdcall]<
IStorage
*,uint ,void* ,uint ,winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
IStorage
*)Unsafe.AsPointer(ref this), reserved1, reserved2, reserved3, ppenum);
514
private static winmdroot.Foundation.HRESULT DestroyElement(
IStorage
* pThis, winmdroot.Foundation.PCWSTR pwcsName)
542
return ((delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
IStorage
*)Unsafe.AsPointer(ref this), pwcsName);
562
private static winmdroot.Foundation.HRESULT RenameElement(
IStorage
* pThis, winmdroot.Foundation.PCWSTR pwcsOldName, winmdroot.Foundation.PCWSTR pwcsNewName)
597
return ((delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((
IStorage
*)Unsafe.AsPointer(ref this), pwcsOldName, pwcsNewName);
623
private static winmdroot.Foundation.HRESULT SetElementTimes(
IStorage
* pThis, winmdroot.Foundation.PCWSTR pwcsName, global::System.Runtime.InteropServices.ComTypes.FILETIME* pctime, global::System.Runtime.InteropServices.ComTypes.FILETIME* patime, global::System.Runtime.InteropServices.ComTypes.FILETIME* pmtime)
654
return ((delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
IStorage
*)Unsafe.AsPointer(ref this), pwcsName, pctime, patime, pmtime);
671
private static winmdroot.Foundation.HRESULT SetClass(
IStorage
* pThis, global::System.Guid* clsid)
699
return ((delegate *unmanaged [Stdcall]<
IStorage
*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((
IStorage
*)Unsafe.AsPointer(ref this), clsid);
705
private static winmdroot.Foundation.HRESULT SetStateBits(
IStorage
* pThis, uint grfStateBits, uint grfMask)
731
return ((delegate *unmanaged [Stdcall]<
IStorage
*,uint ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((
IStorage
*)Unsafe.AsPointer(ref this), grfStateBits, grfMask);
748
private static winmdroot.Foundation.HRESULT Stat(
IStorage
* pThis, winmdroot.System.Com.STATSTG* pstatstg, uint grfStatFlag)
783
return ((delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.System.Com.STATSTG* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((
IStorage
*)Unsafe.AsPointer(ref this), pstatstg, grfStatFlag);
809
internal delegate *unmanaged [Stdcall]<
IStorage
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
811
internal delegate *unmanaged [Stdcall]<
IStorage
*,uint> AddRef_2;
813
internal delegate *unmanaged [Stdcall]<
IStorage
*,uint> Release_3;
815
internal delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.STGM ,uint ,uint ,winmdroot.System.Com.IStream** ,winmdroot.Foundation.HRESULT> CreateStream_4;
817
internal delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,void* ,winmdroot.System.Com.STGM ,uint ,winmdroot.System.Com.IStream** ,winmdroot.Foundation.HRESULT> OpenStream_5;
819
internal delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.STGM ,uint ,uint ,winmdroot.System.Com.StructuredStorage.
IStorage
** ,winmdroot.Foundation.HRESULT> CreateStorage_6;
821
internal delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.System.Com.STGM ,ushort** ,uint ,winmdroot.System.Com.StructuredStorage.
IStorage
** ,winmdroot.Foundation.HRESULT> OpenStorage_7;
823
internal delegate *unmanaged [Stdcall]<
IStorage
*,uint ,global::System.Guid* ,ushort** ,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.Foundation.HRESULT> CopyTo_8;
825
internal delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.Foundation.PCWSTR ,uint ,winmdroot.Foundation.HRESULT> MoveElementTo_9;
827
internal delegate *unmanaged [Stdcall]<
IStorage
*,uint ,winmdroot.Foundation.HRESULT> Commit_10;
829
internal delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.HRESULT> Revert_11;
831
internal delegate *unmanaged [Stdcall]<
IStorage
*,uint ,void* ,uint ,winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ,winmdroot.Foundation.HRESULT> EnumElements_12;
833
internal delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> DestroyElement_13;
835
internal delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> RenameElement_14;
837
internal delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.Foundation.PCWSTR ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT> SetElementTimes_15;
839
internal delegate *unmanaged [Stdcall]<
IStorage
*,global::System.Guid* ,winmdroot.Foundation.HRESULT> SetClass_16;
841
internal delegate *unmanaged [Stdcall]<
IStorage
*,uint ,uint ,winmdroot.Foundation.HRESULT> SetStateBits_17;
843
internal delegate *unmanaged [Stdcall]<
IStorage
*,winmdroot.System.Com.STATSTG* ,uint ,winmdroot.Foundation.HRESULT> Stat_18;
890
unsafe winmdroot.Foundation.HRESULT CreateStorage(winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.StructuredStorage.
IStorage
** ppstg);
893
unsafe winmdroot.Foundation.HRESULT OpenStorage(winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.StructuredStorage.
IStorage
* pstgPriority, winmdroot.System.Com.STGM grfMode, ushort** snbExclude, uint reserved, winmdroot.System.Com.StructuredStorage.
IStorage
** ppstg);
896
unsafe winmdroot.Foundation.HRESULT CopyTo(uint ciidExclude, [Optional] global::System.Guid* rgiidExclude, [Optional] ushort** snbExclude, winmdroot.System.Com.StructuredStorage.
IStorage
* pstgDest);
899
unsafe winmdroot.Foundation.HRESULT MoveElementTo(winmdroot.Foundation.PCWSTR pwcsName, winmdroot.System.Com.StructuredStorage.
IStorage
* pstgDest, winmdroot.Foundation.PCWSTR pwcsNewName, uint grfFlags);
_generated\205\Windows.Win32.PROPVARIANT.g.cs (1)
146
internal unsafe winmdroot.System.Com.StructuredStorage.
IStorage
* pStorage;
_generated\226\Windows.Win32.STGMEDIUM.g.cs (1)
60
internal unsafe winmdroot.System.Com.StructuredStorage.
IStorage
* pstg;
_generated\249\Windows.Win32.System_Com_StructuredStorage_IStorage_Extensions.g.cs (34)
23
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.
IStorage
.Interface.CreateStream(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.STGM, uint, uint, winmdroot.System.Com.IStream**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT CreateStream(this winmdroot.System.Com.StructuredStorage.
IStorage
.Interface @this, string pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.IStream** ppstm)
33
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.
IStorage
.Interface.OpenStream(winmdroot.Foundation.PCWSTR, void*, winmdroot.System.Com.STGM, uint, winmdroot.System.Com.IStream**)"/>
35
internal static unsafe winmdroot.Foundation.HRESULT OpenStream(this winmdroot.System.Com.StructuredStorage.
IStorage
.Interface @this, string pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved2, winmdroot.System.Com.IStream** ppstm)
44
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.
IStorage
.Interface.CreateStorage(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.STGM, uint, uint, winmdroot.System.Com.StructuredStorage.
IStorage
**)"/>
45
internal static unsafe winmdroot.Foundation.HRESULT CreateStorage(this winmdroot.System.Com.StructuredStorage.
IStorage
.Interface @this, string pwcsName, winmdroot.System.Com.STGM grfMode, uint reserved1, uint reserved2, winmdroot.System.Com.StructuredStorage.
IStorage
** ppstg)
54
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.
IStorage
.Interface.OpenStorage(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.StructuredStorage.
IStorage
*, winmdroot.System.Com.STGM, ushort**, uint, winmdroot.System.Com.StructuredStorage.
IStorage
**)"/>
55
internal static unsafe winmdroot.Foundation.HRESULT OpenStorage(this winmdroot.System.Com.StructuredStorage.
IStorage
.Interface @this, string pwcsName, winmdroot.System.Com.StructuredStorage.
IStorage
* pstgPriority, winmdroot.System.Com.STGM grfMode, in ushort* snbExclude, uint reserved, winmdroot.System.Com.StructuredStorage.
IStorage
** ppstg)
67
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.
IStorage
.Interface.CopyTo(uint, global::System.Guid*, ushort**, winmdroot.System.Com.StructuredStorage.
IStorage
*)"/>
69
internal static unsafe winmdroot.Foundation.HRESULT CopyTo(this winmdroot.System.Com.StructuredStorage.
IStorage
.Interface @this, [Optional] ReadOnlySpan<global::System.Guid> rgiidExclude, in ushort* snbExclude, winmdroot.System.Com.StructuredStorage.
IStorage
* pstgDest)
81
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.
IStorage
.Interface.MoveElementTo(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.StructuredStorage.
IStorage
*, winmdroot.Foundation.PCWSTR, uint)"/>
82
internal static unsafe winmdroot.Foundation.HRESULT MoveElementTo(this winmdroot.System.Com.StructuredStorage.
IStorage
.Interface @this, string pwcsName, winmdroot.System.Com.StructuredStorage.
IStorage
* pstgDest, string pwcsNewName, uint grfFlags)
94
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.
IStorage
.Interface.EnumElements(uint, void*, uint, winmdroot.System.Com.StructuredStorage.IEnumSTATSTG**)"/>
95
internal static unsafe winmdroot.Foundation.HRESULT EnumElements(this winmdroot.System.Com.StructuredStorage.
IStorage
.Interface @this, winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum)
101
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.
IStorage
.Interface.DestroyElement(winmdroot.Foundation.PCWSTR)"/>
102
internal static unsafe winmdroot.Foundation.HRESULT DestroyElement(this winmdroot.System.Com.StructuredStorage.
IStorage
.Interface @this, string pwcsName)
111
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.
IStorage
.Interface.RenameElement(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR)"/>
112
internal static unsafe winmdroot.Foundation.HRESULT RenameElement(this winmdroot.System.Com.StructuredStorage.
IStorage
.Interface @this, string pwcsOldName, string pwcsNewName)
124
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.
IStorage
.Interface.SetElementTimes(winmdroot.Foundation.PCWSTR, global::System.Runtime.InteropServices.ComTypes.FILETIME*, global::System.Runtime.InteropServices.ComTypes.FILETIME*, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/>
125
internal static unsafe winmdroot.Foundation.HRESULT SetElementTimes(this winmdroot.System.Com.StructuredStorage.
IStorage
.Interface @this, string pwcsName, in global::System.Runtime.InteropServices.ComTypes.FILETIME pctime, in global::System.Runtime.InteropServices.ComTypes.FILETIME patime, in global::System.Runtime.InteropServices.ComTypes.FILETIME pmtime)
143
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.
IStorage
.Interface.SetClass(global::System.Guid*)"/>
144
internal static unsafe winmdroot.Foundation.HRESULT SetClass(this winmdroot.System.Com.StructuredStorage.
IStorage
.Interface @this, in global::System.Guid clsid)
153
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.
IStorage
.Interface.Stat(winmdroot.System.Com.STATSTG*, uint)"/>
154
internal static unsafe winmdroot.Foundation.HRESULT Stat(this winmdroot.System.Com.StructuredStorage.
IStorage
.Interface @this, out winmdroot.System.Com.STATSTG pstatstg, uint grfStatFlag)
System.Windows.Forms (17)
System\Windows\Forms\ActiveX\AxHost.State.cs (3)
30
private AgileComPointer<
IStorage
>? _storage;
162
IStorage
* storage;
191
internal unsafe ComScope<
IStorage
> GetStorage()
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (4)
996
/// <inheritdoc cref="IPersistStorage.Load(
IStorage
*)"/>
997
internal HRESULT Load(
IStorage
* stg)
1457
/// <inheritdoc cref="IPersistStorage.Save(
IStorage
*, BOOL)"/>
1458
internal HRESULT Save(
IStorage
* storage, BOOL fSameAsLoad)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (8)
409
/// <inheritdoc cref="IPersistStorage.InitNew(
IStorage
*)"/>
410
HRESULT IPersistStorage.Interface.InitNew(
IStorage
* pStg) => HRESULT.S_OK;
412
/// <inheritdoc cref="IPersistStorage.Load(
IStorage
*)"/>
413
HRESULT IPersistStorage.Interface.Load(
IStorage
* pStg)
423
/// <inheritdoc cref="IPersistStorage.Save(
IStorage
*, BOOL)"/>
424
HRESULT IPersistStorage.Interface.Save(
IStorage
* pStgSave, BOOL fSameAsLoad)
434
/// <inheritdoc cref="IPersistStorage.SaveCompleted(
IStorage
*)"/>
435
HRESULT IPersistStorage.Interface.SaveCompleted(
IStorage
* pStgNew) => HRESULT.S_OK;
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (2)
25
public HRESULT GetNewStorage(
IStorage
** lplpstg)
63
public HRESULT QueryInsertObject(Guid* lpclsid,
IStorage
* lpstg, int cp) => HRESULT.S_OK;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (2)
23
public HRESULT GetNewStorage(
IStorage
** lplpstg)
61
public unsafe HRESULT QueryInsertObject(Guid* lpclsid,
IStorage
* lpstg, int cp)
System.Windows.Forms.Primitives (50)
_generated\220\Windows.Win32.IPersistStorage.g.cs (20)
126
private static winmdroot.Foundation.HRESULT InitNew(IPersistStorage* pThis, winmdroot.System.Com.StructuredStorage.
IStorage
* pStg)
154
public unsafe winmdroot.Foundation.HRESULT InitNew(winmdroot.System.Com.StructuredStorage.
IStorage
* pStg)
156
return ((delegate *unmanaged [Stdcall]<IPersistStorage*,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IPersistStorage*)Unsafe.AsPointer(ref this), pStg);
162
private static winmdroot.Foundation.HRESULT Load(IPersistStorage* pThis, winmdroot.System.Com.StructuredStorage.
IStorage
* pStg)
190
public unsafe winmdroot.Foundation.HRESULT Load(winmdroot.System.Com.StructuredStorage.
IStorage
* pStg)
192
return ((delegate *unmanaged [Stdcall]<IPersistStorage*,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IPersistStorage*)Unsafe.AsPointer(ref this), pStg);
198
private static winmdroot.Foundation.HRESULT Save(IPersistStorage* pThis, winmdroot.System.Com.StructuredStorage.
IStorage
* pStgSave, winmdroot.Foundation.BOOL fSameAsLoad)
230
public unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.StructuredStorage.
IStorage
* pStgSave, winmdroot.Foundation.BOOL fSameAsLoad)
232
return ((delegate *unmanaged [Stdcall]<IPersistStorage*,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IPersistStorage*)Unsafe.AsPointer(ref this), pStgSave, fSameAsLoad);
238
private static winmdroot.Foundation.HRESULT SaveCompleted(IPersistStorage* pThis, winmdroot.System.Com.StructuredStorage.
IStorage
* pStgNew)
265
public unsafe winmdroot.Foundation.HRESULT SaveCompleted(winmdroot.System.Com.StructuredStorage.
IStorage
* pStgNew)
267
return ((delegate *unmanaged [Stdcall]<IPersistStorage*,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IPersistStorage*)Unsafe.AsPointer(ref this), pStgNew);
334
internal delegate *unmanaged [Stdcall]<IPersistStorage*,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.Foundation.HRESULT> InitNew_6;
336
internal delegate *unmanaged [Stdcall]<IPersistStorage*,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.Foundation.HRESULT> Load_7;
338
internal delegate *unmanaged [Stdcall]<IPersistStorage*,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Save_8;
340
internal delegate *unmanaged [Stdcall]<IPersistStorage*,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.Foundation.HRESULT> SaveCompleted_9;
381
unsafe winmdroot.Foundation.HRESULT InitNew(winmdroot.System.Com.StructuredStorage.
IStorage
* pStg);
384
unsafe winmdroot.Foundation.HRESULT Load(winmdroot.System.Com.StructuredStorage.
IStorage
* pStg);
387
unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Com.StructuredStorage.
IStorage
* pStgSave, winmdroot.Foundation.BOOL fSameAsLoad);
390
unsafe winmdroot.Foundation.HRESULT SaveCompleted(winmdroot.System.Com.StructuredStorage.
IStorage
* pStgNew);
_generated\235\Windows.Win32.IRichEditOle.g.cs (5)
530
private static winmdroot.Foundation.HRESULT SaveCompleted(IRichEditOle* pThis, int iob, winmdroot.System.Com.StructuredStorage.
IStorage
* lpstg)
562
public unsafe void SaveCompleted(int iob, winmdroot.System.Com.StructuredStorage.
IStorage
* lpstg)
564
((delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IRichEditOle*)Unsafe.AsPointer(ref this), iob, lpstg).ThrowOnFailure();
786
internal delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.System.Com.StructuredStorage.
IStorage
* ,winmdroot.Foundation.HRESULT> SaveCompleted_15;
869
unsafe winmdroot.Foundation.HRESULT SaveCompleted(int iob, winmdroot.System.Com.StructuredStorage.
IStorage
* lpstg);
_generated\236\Windows.Win32.IRichEditOleCallback.g.cs (12)
60
private static winmdroot.Foundation.HRESULT GetNewStorage(IRichEditOleCallback* pThis, winmdroot.System.Com.StructuredStorage.
IStorage
** lplpstg)
87
public unsafe winmdroot.Foundation.HRESULT GetNewStorage(winmdroot.System.Com.StructuredStorage.
IStorage
** lplpstg)
89
return ((delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.System.Com.StructuredStorage.
IStorage
** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IRichEditOleCallback*)Unsafe.AsPointer(ref this), lplpstg);
186
/// <inheritdoc cref="QueryInsertObject(global::System.Guid*, winmdroot.System.Com.StructuredStorage.
IStorage
*, int)"/>
188
internal unsafe winmdroot.Foundation.HRESULT QueryInsertObject(ref global::System.Guid lpclsid, winmdroot.System.Com.StructuredStorage.
IStorage
* lpstg, int cp)
200
private static winmdroot.Foundation.HRESULT QueryInsertObject(IRichEditOleCallback* pThis, global::System.Guid* lpclsid, winmdroot.System.Com.StructuredStorage.
IStorage
* lpstg, int cp)
237
public unsafe winmdroot.Foundation.HRESULT QueryInsertObject(global::System.Guid* lpclsid, winmdroot.System.Com.StructuredStorage.
IStorage
* lpstg, int cp)
239
return ((delegate *unmanaged [Stdcall]<IRichEditOleCallback*,global::System.Guid* ,winmdroot.System.Com.StructuredStorage.
IStorage
* ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IRichEditOleCallback*)Unsafe.AsPointer(ref this), lpclsid, lpstg, cp);
576
internal delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.System.Com.StructuredStorage.
IStorage
** ,winmdroot.Foundation.HRESULT> GetNewStorage_4;
582
internal delegate *unmanaged [Stdcall]<IRichEditOleCallback*,global::System.Guid* ,winmdroot.System.Com.StructuredStorage.
IStorage
* ,int ,winmdroot.Foundation.HRESULT> QueryInsertObject_7;
630
unsafe winmdroot.Foundation.HRESULT GetNewStorage(winmdroot.System.Com.StructuredStorage.
IStorage
** lplpstg);
639
unsafe winmdroot.Foundation.HRESULT QueryInsertObject(global::System.Guid* lpclsid, winmdroot.System.Com.StructuredStorage.
IStorage
* lpstg, int cp);
_generated\418\Windows.Win32.PInvoke.OLE32.dll.g.cs (10)
173
/// <inheritdoc cref="ReadClassStg(winmdroot.System.Com.StructuredStorage.
IStorage
*, global::System.Guid*)"/>
176
internal static unsafe winmdroot.Foundation.HRESULT ReadClassStg(winmdroot.System.Com.StructuredStorage.
IStorage
* pStg, out global::System.Guid pclsid)
200
internal static extern unsafe winmdroot.Foundation.HRESULT ReadClassStg(winmdroot.System.Com.StructuredStorage.
IStorage
* pStg, global::System.Guid* pclsid);
223
internal static extern unsafe winmdroot.Foundation.HRESULT StgCreateDocfileOnILockBytes(winmdroot.System.Com.StructuredStorage.ILockBytes* plkbyt, winmdroot.System.Com.STGM grfMode, uint reserved, winmdroot.System.Com.StructuredStorage.
IStorage
** ppstgOpen);
225
/// <inheritdoc cref="StgOpenStorageOnILockBytes(winmdroot.System.Com.StructuredStorage.ILockBytes*, winmdroot.System.Com.StructuredStorage.
IStorage
*, winmdroot.System.Com.STGM, ushort**, uint, winmdroot.System.Com.StructuredStorage.
IStorage
**)"/>
227
internal static unsafe winmdroot.Foundation.HRESULT StgOpenStorageOnILockBytes(winmdroot.System.Com.StructuredStorage.ILockBytes* plkbyt, [Optional] winmdroot.System.Com.StructuredStorage.
IStorage
* pstgPriority, winmdroot.System.Com.STGM grfMode, in ushort* snbExclude, winmdroot.System.Com.StructuredStorage.
IStorage
** ppstgOpen)
260
internal static extern unsafe winmdroot.Foundation.HRESULT StgOpenStorageOnILockBytes(winmdroot.System.Com.StructuredStorage.ILockBytes* plkbyt, [Optional] winmdroot.System.Com.StructuredStorage.
IStorage
* pstgPriority, winmdroot.System.Com.STGM grfMode, [Optional] ushort** snbExclude, [Optional] uint reserved, winmdroot.System.Com.StructuredStorage.
IStorage
** ppstgOpen);
_generated\441\Windows.Win32.REOBJECT.g.cs (1)
55
internal unsafe winmdroot.System.Com.StructuredStorage.
IStorage
* pstg;
_generated\587\Windows.Win32.UI_Controls_RichEdit_IRichEditOleCallback_Extensions.g.cs (2)
33
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.IRichEditOleCallback.Interface.QueryInsertObject(global::System.Guid*, winmdroot.System.Com.StructuredStorage.
IStorage
*, int)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT QueryInsertObject(this winmdroot.UI.Controls.RichEdit.IRichEditOleCallback.Interface @this, ref global::System.Guid lpclsid, winmdroot.System.Com.StructuredStorage.
IStorage
* lpstg, int cp)