45 references to IEnumSTATSTG
System.Private.Windows.Core (45)
_generated\142\Windows.Win32.IEnumSTATSTG.g.cs (32)
27 :winmdroot.IVTable<IEnumSTATSTG,IEnumSTATSTG.Vtbl>,IComIID { 44 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IEnumSTATSTG*)Unsafe.AsPointer(ref this), riid, ppvObject); 49 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint>)lpVtbl[1])((IEnumSTATSTG*)Unsafe.AsPointer(ref this)); 54 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint>)lpVtbl[2])((IEnumSTATSTG*)Unsafe.AsPointer(ref this)); 83 private static winmdroot.Foundation.HRESULT Next(IEnumSTATSTG* pThis, uint celt, winmdroot.System.Com.STATSTG* rgelt, [Optional] uint* pceltFetched) 113 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.System.Com.STATSTG* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumSTATSTG*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched); 119 private static winmdroot.Foundation.HRESULT Skip(IEnumSTATSTG* pThis, uint celt) 146 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IEnumSTATSTG*)Unsafe.AsPointer(ref this), celt); 152 private static winmdroot.Foundation.HRESULT Reset(IEnumSTATSTG* pThis) 179 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IEnumSTATSTG*)Unsafe.AsPointer(ref this)); 185 private static winmdroot.Foundation.HRESULT Clone(IEnumSTATSTG* pThis, winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum) 214 public unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum) 216 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IEnumSTATSTG*)Unsafe.AsPointer(ref this), ppenum); 242 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 244 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint> AddRef_2; 246 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint> Release_3; 248 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.System.Com.STATSTG* ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 250 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.Foundation.HRESULT> Skip_5; 252 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,winmdroot.Foundation.HRESULT> Reset_6; 254 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ,winmdroot.Foundation.HRESULT> Clone_7; 293 unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum);
_generated\160\Windows.Win32.IStorage.g.cs (7)
453 /// <inheritdoc cref="EnumElements(uint, void*, uint, winmdroot.System.Com.StructuredStorage.IEnumSTATSTG**)"/> 454 internal unsafe winmdroot.Foundation.HRESULT EnumElements(winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum) 463 private static winmdroot.Foundation.HRESULT EnumElements(IStorage* pThis, [Optional] uint reserved1, [Optional] void* reserved2, [Optional] uint reserved3, winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum) 495 public unsafe winmdroot.Foundation.HRESULT EnumElements([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); 831 internal delegate *unmanaged [Stdcall]<IStorage*,uint ,void* ,uint ,winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ,winmdroot.Foundation.HRESULT> EnumElements_12; 908 unsafe winmdroot.Foundation.HRESULT EnumElements([Optional] uint reserved1, [Optional] void* reserved2, [Optional] uint reserved3, winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum);
_generated\248\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\249\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)