1 instantiation of STATSTG
Microsoft.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
201
*pstatstg = new
STATSTG
32 references to STATSTG
Microsoft.Private.Windows.Core (32)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
453
pStream->Stat(out Com.
STATSTG
sstg, (uint)Com.STATFLAG.STATFLAG_DEFAULT);
Windows.Win32.IEnumSTATSTG.g.cs (7)
55
/// <inheritdoc cref="Next(uint, winmdroot.System.Com.
STATSTG
*, uint*)"/>
56
internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Com.
STATSTG
> rgelt, uint* pceltFetched)
58
fixed (winmdroot.System.Com.
STATSTG
* rgeltLocal = rgelt)
76
public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.
STATSTG
* rgelt, [Optional] uint* pceltFetched)
78
return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.System.Com.
STATSTG
* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumSTATSTG*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched);
151
internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.System.Com.
STATSTG
* ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
169
unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.
STATSTG
* rgelt, [Optional] uint* pceltFetched);
Windows.Win32.IStorage.g.cs (7)
441
/// <inheritdoc cref="Stat(winmdroot.System.Com.
STATSTG
*, uint)"/>
442
internal unsafe winmdroot.Foundation.HRESULT Stat(out winmdroot.System.Com.
STATSTG
pstatstg, uint grfStatFlag)
444
fixed (winmdroot.System.Com.
STATSTG
* pstatstgLocal = &pstatstg)
467
public unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.
STATSTG
* pstatstg, uint grfStatFlag)
469
return ((delegate *unmanaged [Stdcall]<IStorage*,winmdroot.System.Com.
STATSTG
* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IStorage*)Unsafe.AsPointer(ref this), pstatstg, grfStatFlag);
527
internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.System.Com.
STATSTG
* ,uint ,winmdroot.Foundation.HRESULT> Stat_18;
581
unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.
STATSTG
* pstatstg, uint grfStatFlag);
Windows.Win32.IStream.g.cs (7)
174
/// <inheritdoc cref="Stat(winmdroot.System.Com.
STATSTG
*, uint)"/>
175
internal unsafe winmdroot.Foundation.HRESULT Stat(out winmdroot.System.Com.
STATSTG
pstatstg, uint grfStatFlag)
177
fixed (winmdroot.System.Com.
STATSTG
* pstatstgLocal = &pstatstg)
200
public unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.
STATSTG
* pstatstg, uint grfStatFlag)
202
return ((delegate *unmanaged [Stdcall]<IStream*,winmdroot.System.Com.
STATSTG
* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IStream*)Unsafe.AsPointer(ref this), pstatstg, grfStatFlag);
267
internal delegate *unmanaged [Stdcall]<IStream*,winmdroot.System.Com.
STATSTG
* ,uint ,winmdroot.Foundation.HRESULT> Stat_13;
308
unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.
STATSTG
* pstatstg, uint grfStatFlag);
Windows.Win32.System_Com_IStream_Extensions.g.cs (3)
23
/// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.Stat(winmdroot.System.Com.
STATSTG
*, uint)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Stat(this winmdroot.System.Com.IStream.Interface @this, out winmdroot.System.Com.
STATSTG
pstatstg, uint grfStatFlag)
26
fixed (winmdroot.System.Com.
STATSTG
* pstatstgLocal = &pstatstg)
Windows.Win32.System_Com_StructuredStorage_IEnumSTATSTG_Extensions.g.cs (3)
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)
26
fixed (winmdroot.System.Com.
STATSTG
* rgeltLocal = rgelt)
Windows.Win32.System_Com_StructuredStorage_IStorage_Extensions.g.cs (3)
148
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.Stat(winmdroot.System.Com.
STATSTG
*, uint)"/>
149
internal static unsafe winmdroot.Foundation.HRESULT Stat(this winmdroot.System.Com.StructuredStorage.IStorage.Interface @this, out winmdroot.System.Com.
STATSTG
pstatstg, uint grfStatFlag)
151
fixed (winmdroot.System.Com.
STATSTG
* pstatstgLocal = &pstatstg)
Windows\Win32\System\Com\ComManagedStream.cs (1)
194
HRESULT IStream.Interface.Stat(
STATSTG
* pstatstg, uint grfStatFlag)