43 references to IEnumSTATSTG
System.Private.Windows.Core (43)
Windows.Win32.IEnumSTATSTG.g.cs (32)
26 :IVTable<IEnumSTATSTG,IEnumSTATSTG.Vtbl>,IComIID { 42 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IEnumSTATSTG*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint>)lpVtbl[1])((IEnumSTATSTG*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint>)lpVtbl[2])((IEnumSTATSTG*)Unsafe.AsPointer(ref this)); 68 private static winmdroot.Foundation.HRESULT Next(IEnumSTATSTG* pThis, uint celt, winmdroot.System.Com.STATSTG* rgelt, [Optional] uint* pceltFetched) 98 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.System.Com.STATSTG* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumSTATSTG*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched); 104 private static winmdroot.Foundation.HRESULT Skip(IEnumSTATSTG* pThis, uint celt) 131 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IEnumSTATSTG*)Unsafe.AsPointer(ref this), celt); 137 private static winmdroot.Foundation.HRESULT Reset(IEnumSTATSTG* pThis) 164 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IEnumSTATSTG*)Unsafe.AsPointer(ref this)); 170 private static winmdroot.Foundation.HRESULT Clone(IEnumSTATSTG* pThis, winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum) 199 public unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum) 201 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IEnumSTATSTG*)Unsafe.AsPointer(ref this), ppenum); 225 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 227 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint> AddRef_2; 229 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint> Release_3; 231 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.System.Com.STATSTG* ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 233 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.Foundation.HRESULT> Skip_5; 235 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,winmdroot.Foundation.HRESULT> Reset_6; 237 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ,winmdroot.Foundation.HRESULT> Clone_7; 276 unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum);
Windows.Win32.IStorage.g.cs (7)
444 /// <inheritdoc cref="EnumElements(uint, void*, uint, winmdroot.System.Com.StructuredStorage.IEnumSTATSTG**)"/> 445 internal unsafe winmdroot.Foundation.HRESULT EnumElements(winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum) 454 private static winmdroot.Foundation.HRESULT EnumElements(IStorage* pThis, uint reserved1, [Optional] void* reserved2, uint reserved3, winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum) 486 public unsafe winmdroot.Foundation.HRESULT EnumElements(uint reserved1, [Optional] void* reserved2, uint reserved3, winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum) 488 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); 815 internal delegate *unmanaged [Stdcall]<IStorage*,uint ,void* ,uint ,winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ,winmdroot.Foundation.HRESULT> EnumElements_12; 892 unsafe winmdroot.Foundation.HRESULT EnumElements(uint reserved1, [Optional] void* reserved2, uint reserved3, winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum);
Windows.Win32.System_Com_StructuredStorage_IEnumSTATSTG_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IEnumSTATSTG.Interface.Next(uint, winmdroot.System.Com.STATSTG*, uint*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.StructuredStorage.IEnumSTATSTG.Interface @this, Span<winmdroot.System.Com.STATSTG> rgelt, uint* pceltFetched)
Windows.Win32.System_Com_StructuredStorage_IStorage_Extensions.g.cs (2)
89 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.EnumElements(uint, void*, uint, winmdroot.System.Com.StructuredStorage.IEnumSTATSTG**)"/> 90 internal static unsafe winmdroot.Foundation.HRESULT EnumElements(this winmdroot.System.Com.StructuredStorage.IStorage.Interface @this, winmdroot.System.Com.StructuredStorage.IEnumSTATSTG** ppenum)