11 references to STATDATA
System.Private.Windows.Core (11)
Windows.Win32.IEnumSTATDATA.g.cs (8)
55
/// <inheritdoc cref="Next(uint, winmdroot.System.Com.
STATDATA
*, uint*)"/>
56
internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Com.
STATDATA
> rgelt, uint* pceltFetched)
58
fixed (winmdroot.System.Com.
STATDATA
* rgeltLocal = rgelt)
68
private static winmdroot.Foundation.HRESULT Next(IEnumSTATDATA* pThis, uint celt, winmdroot.System.Com.
STATDATA
* rgelt, [Optional] uint* pceltFetched)
96
public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.
STATDATA
* rgelt, [Optional] uint* pceltFetched)
98
return ((delegate *unmanaged [Stdcall]<IEnumSTATDATA*,uint ,winmdroot.System.Com.
STATDATA
* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumSTATDATA*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched);
221
internal delegate *unmanaged [Stdcall]<IEnumSTATDATA*,uint ,winmdroot.System.Com.
STATDATA
* ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
257
unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.
STATDATA
* rgelt, [Optional] uint* pceltFetched);
Windows.Win32.System_Com_IEnumSTATDATA_Extensions.g.cs (3)
23
/// <inheritdoc cref="winmdroot.System.Com.IEnumSTATDATA.Interface.Next(uint, winmdroot.System.Com.
STATDATA
*, uint*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumSTATDATA.Interface @this, Span<winmdroot.System.Com.
STATDATA
> rgelt, uint* pceltFetched)
26
fixed (winmdroot.System.Com.
STATDATA
* rgeltLocal = rgelt)