10 references to STATDATA
Microsoft.Private.Windows.Core (10)
Windows.Win32.IEnumSTATDATA.g.cs (7)
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)
76
public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.
STATDATA
* rgelt, [Optional] uint* pceltFetched)
78
return ((delegate *unmanaged [Stdcall]<IEnumSTATDATA*,uint ,winmdroot.System.Com.
STATDATA
* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumSTATDATA*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched);
141
internal delegate *unmanaged [Stdcall]<IEnumSTATDATA*,uint ,winmdroot.System.Com.
STATDATA
* ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
159
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)