37 references to IEnumSTATSTG
Microsoft.Private.Windows.Core (37)
_generated\141\Windows.Win32.IEnumSTATSTG.g.cs (25)
43
return ((delegate *unmanaged [Stdcall]<
IEnumSTATSTG
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IEnumSTATSTG
*)Unsafe.AsPointer(ref this), riid, ppvObject);
48
return ((delegate *unmanaged [Stdcall]<
IEnumSTATSTG
*,uint>)lpVtbl[1])((
IEnumSTATSTG
*)Unsafe.AsPointer(ref this));
53
return ((delegate *unmanaged [Stdcall]<
IEnumSTATSTG
*,uint>)lpVtbl[2])((
IEnumSTATSTG
*)Unsafe.AsPointer(ref this));
92
return ((delegate *unmanaged [Stdcall]<
IEnumSTATSTG
*,uint ,winmdroot.System.Com.STATSTG* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IEnumSTATSTG
*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched);
105
return ((delegate *unmanaged [Stdcall]<
IEnumSTATSTG
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IEnumSTATSTG
*)Unsafe.AsPointer(ref this), celt);
118
return ((delegate *unmanaged [Stdcall]<
IEnumSTATSTG
*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IEnumSTATSTG
*)Unsafe.AsPointer(ref this));
133
public unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Com.StructuredStorage.
IEnumSTATSTG
** ppenum)
135
return ((delegate *unmanaged [Stdcall]<
IEnumSTATSTG
*,winmdroot.System.Com.StructuredStorage.
IEnumSTATSTG
** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IEnumSTATSTG
*)Unsafe.AsPointer(ref this), ppenum);
161
internal delegate *unmanaged [Stdcall]<
IEnumSTATSTG
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
163
internal delegate *unmanaged [Stdcall]<
IEnumSTATSTG
*,uint> AddRef_2;
165
internal delegate *unmanaged [Stdcall]<
IEnumSTATSTG
*,uint> Release_3;
167
internal delegate *unmanaged [Stdcall]<
IEnumSTATSTG
*,uint ,winmdroot.System.Com.STATSTG* ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
169
internal delegate *unmanaged [Stdcall]<
IEnumSTATSTG
*,uint ,winmdroot.Foundation.HRESULT> Skip_5;
171
internal delegate *unmanaged [Stdcall]<
IEnumSTATSTG
*,winmdroot.Foundation.HRESULT> Reset_6;
173
internal delegate *unmanaged [Stdcall]<
IEnumSTATSTG
*,winmdroot.System.Com.StructuredStorage.
IEnumSTATSTG
** ,winmdroot.Foundation.HRESULT> Clone_7;
199
unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Com.StructuredStorage.
IEnumSTATSTG
** ppenum);
_generated\159\Windows.Win32.IStorage.g.cs (6)
292
/// <inheritdoc cref="EnumElements(uint, void*, uint, winmdroot.System.Com.StructuredStorage.
IEnumSTATSTG
**)"/>
293
internal unsafe winmdroot.Foundation.HRESULT EnumElements(winmdroot.System.Com.StructuredStorage.
IEnumSTATSTG
** ppenum)
314
public unsafe winmdroot.Foundation.HRESULT EnumElements([Optional] uint reserved1, [Optional] void* reserved2, [Optional] uint reserved3, winmdroot.System.Com.StructuredStorage.
IEnumSTATSTG
** ppenum)
316
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);
530
internal delegate *unmanaged [Stdcall]<IStorage*,uint ,void* ,uint ,winmdroot.System.Com.StructuredStorage.
IEnumSTATSTG
** ,winmdroot.Foundation.HRESULT> EnumElements_12;
583
unsafe winmdroot.Foundation.HRESULT EnumElements([Optional] uint reserved1, [Optional] void* reserved2, [Optional] uint reserved3, winmdroot.System.Com.StructuredStorage.
IEnumSTATSTG
** ppenum);
_generated\247\Windows.Win32.System_Com_StructuredStorage_IEnumSTATSTG_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.
IEnumSTATSTG
.Interface.Next(uint, winmdroot.System.Com.STATSTG*, uint*)"/>
25
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.StructuredStorage.
IEnumSTATSTG
.Interface @this, Span<winmdroot.System.Com.STATSTG> rgelt, out uint pceltFetched)
37
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.
IEnumSTATSTG
.Interface.Next(uint, winmdroot.System.Com.STATSTG*, uint*)"/>
38
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.StructuredStorage.
IEnumSTATSTG
.Interface @this, Span<winmdroot.System.Com.STATSTG> rgelt)
_generated\248\Windows.Win32.System_Com_StructuredStorage_IStorage_Extensions.g.cs (2)
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)