16 references to STATDATA
Microsoft.Private.Windows.Core (16)
_generated\140\Windows.Win32.IEnumSTATDATA.g.cs (10)
56 /// <inheritdoc cref="Next(uint, winmdroot.System.Com.STATDATA*, uint*)"/> 57 internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Com.STATDATA> rgelt, out uint pceltFetched) 61 fixed (winmdroot.System.Com.STATDATA* rgeltLocal = rgelt) 69 /// <inheritdoc cref="Next(uint, winmdroot.System.Com.STATDATA*, uint*)"/> 70 internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Com.STATDATA> rgelt) 72 fixed (winmdroot.System.Com.STATDATA* rgeltLocal = rgelt) 90 public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.STATDATA* rgelt, [Optional] uint* pceltFetched) 92 return ((delegate *unmanaged [Stdcall]<IEnumSTATDATA*,uint ,winmdroot.System.Com.STATDATA* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumSTATDATA*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched); 157 internal delegate *unmanaged [Stdcall]<IEnumSTATDATA*,uint ,winmdroot.System.Com.STATDATA* ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 180 unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.STATDATA* rgelt, [Optional] uint* pceltFetched);
_generated\233\Windows.Win32.System_Com_IEnumSTATDATA_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.System.Com.IEnumSTATDATA.Interface.Next(uint, winmdroot.System.Com.STATDATA*, uint*)"/> 25 internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumSTATDATA.Interface @this, Span<winmdroot.System.Com.STATDATA> rgelt, out uint pceltFetched) 29 fixed (winmdroot.System.Com.STATDATA* rgeltLocal = rgelt) 37 /// <inheritdoc cref="winmdroot.System.Com.IEnumSTATDATA.Interface.Next(uint, winmdroot.System.Com.STATDATA*, uint*)"/> 38 internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumSTATDATA.Interface @this, Span<winmdroot.System.Com.STATDATA> rgelt) 40 fixed (winmdroot.System.Com.STATDATA* rgeltLocal = rgelt)