17 references to STATDATA
System.Private.Windows.Core (17)
_generated\141\Windows.Win32.IEnumSTATDATA.g.cs (11)
57 /// <inheritdoc cref="Next(uint, winmdroot.System.Com.STATDATA*, uint*)"/> 58 internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Com.STATDATA> rgelt, out uint pceltFetched) 62 fixed (winmdroot.System.Com.STATDATA* rgeltLocal = rgelt) 70 /// <inheritdoc cref="Next(uint, winmdroot.System.Com.STATDATA*, uint*)"/> 71 internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Com.STATDATA> rgelt) 73 fixed (winmdroot.System.Com.STATDATA* rgeltLocal = rgelt) 83 private static winmdroot.Foundation.HRESULT Next(IEnumSTATDATA* pThis, uint celt, winmdroot.System.Com.STATDATA* rgelt, [Optional] uint* pceltFetched) 111 public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.STATDATA* rgelt, [Optional] uint* pceltFetched) 113 return ((delegate *unmanaged [Stdcall]<IEnumSTATDATA*,uint ,winmdroot.System.Com.STATDATA* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumSTATDATA*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched); 238 internal delegate *unmanaged [Stdcall]<IEnumSTATDATA*,uint ,winmdroot.System.Com.STATDATA* ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 274 unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.STATDATA* rgelt, [Optional] uint* pceltFetched);
_generated\234\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)