1 instantiation of STATSTG
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
198
*pstatstg = new
STATSTG
48 references to STATSTG
System.Private.Windows.Core (35)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
375
pStream.Value->Stat(out Com.
STATSTG
sstg, (uint)Com.STATFLAG.STATFLAG_DEFAULT);
Windows.Win32.IEnumSTATSTG.g.cs (8)
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)
68
private static winmdroot.Foundation.HRESULT Next(IEnumSTATSTG* pThis, uint celt, winmdroot.System.Com.
STATSTG
* rgelt, [Optional] uint* pceltFetched)
96
public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.
STATSTG
* rgelt, [Optional] uint* pceltFetched)
98
return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.System.Com.
STATSTG
* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumSTATSTG*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched);
231
internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.System.Com.
STATSTG
* ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
267
unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.
STATSTG
* rgelt, [Optional] uint* pceltFetched);
Windows.Win32.IStorage.g.cs (8)
721
/// <inheritdoc cref="Stat(winmdroot.System.Com.
STATSTG
*, uint)"/>
722
internal unsafe winmdroot.Foundation.HRESULT Stat(out winmdroot.System.Com.
STATSTG
pstatstg, uint grfStatFlag)
724
fixed (winmdroot.System.Com.
STATSTG
* pstatstgLocal = &pstatstg)
734
private static winmdroot.Foundation.HRESULT Stat(IStorage* pThis, winmdroot.System.Com.
STATSTG
* pstatstg, uint grfStatFlag)
767
public unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.
STATSTG
* pstatstg, uint grfStatFlag)
769
return ((delegate *unmanaged [Stdcall]<IStorage*,winmdroot.System.Com.
STATSTG
* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IStorage*)Unsafe.AsPointer(ref this), pstatstg, grfStatFlag);
827
internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.System.Com.
STATSTG
* ,uint ,winmdroot.Foundation.HRESULT> Stat_18;
910
unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.
STATSTG
* pstatstg, uint grfStatFlag);
Windows.Win32.IStream.g.cs (8)
354
/// <inheritdoc cref="Stat(winmdroot.System.Com.
STATSTG
*, uint)"/>
355
internal unsafe winmdroot.Foundation.HRESULT Stat(out winmdroot.System.Com.
STATSTG
pstatstg, uint grfStatFlag)
357
fixed (winmdroot.System.Com.
STATSTG
* pstatstgLocal = &pstatstg)
367
private static winmdroot.Foundation.HRESULT Stat(IStream* pThis, winmdroot.System.Com.
STATSTG
* pstatstg, uint grfStatFlag)
400
public unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.
STATSTG
* pstatstg, uint grfStatFlag)
402
return ((delegate *unmanaged [Stdcall]<IStream*,winmdroot.System.Com.
STATSTG
* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IStream*)Unsafe.AsPointer(ref this), pstatstg, grfStatFlag);
487
internal delegate *unmanaged [Stdcall]<IStream*,winmdroot.System.Com.
STATSTG
* ,uint ,winmdroot.Foundation.HRESULT> Stat_13;
553
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)
191
HRESULT IStream.Interface.Stat(
STATSTG
* pstatstg, uint grfStatFlag)
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.State.cs (1)
273
lockBytes.Value->Stat(out
STATSTG
stat, (uint)STATFLAG.STATFLAG_NONAME);
System.Windows.Forms.Primitives (11)
Windows.Win32.ILockBytes.g.cs (8)
274
/// <inheritdoc cref="Stat(winmdroot.System.Com.
STATSTG
*, uint)"/>
275
internal unsafe void Stat(out winmdroot.System.Com.
STATSTG
pstatstg, uint grfStatFlag)
277
fixed (winmdroot.System.Com.
STATSTG
* pstatstgLocal = &pstatstg)
286
private static winmdroot.Foundation.HRESULT Stat(ILockBytes* pThis, winmdroot.System.Com.
STATSTG
* pstatstg, uint grfStatFlag)
319
public unsafe void Stat(winmdroot.System.Com.
STATSTG
* pstatstg, uint grfStatFlag)
321
((delegate *unmanaged [Stdcall]<ILockBytes*,winmdroot.System.Com.
STATSTG
* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ILockBytes*)Unsafe.AsPointer(ref this), pstatstg, grfStatFlag).ThrowOnFailure();
363
internal delegate *unmanaged [Stdcall]<ILockBytes*,winmdroot.System.Com.
STATSTG
* ,uint ,winmdroot.Foundation.HRESULT> Stat_10;
414
unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.
STATSTG
* pstatstg, uint grfStatFlag);
Windows.Win32.System_Com_StructuredStorage_ILockBytes_Extensions.g.cs (3)
23
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.ILockBytes.Interface.Stat(winmdroot.System.Com.
STATSTG
*, uint)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Stat(this winmdroot.System.Com.StructuredStorage.ILockBytes.Interface @this, out winmdroot.System.Com.
STATSTG
pstatstg, uint grfStatFlag)
26
fixed (winmdroot.System.Com.
STATSTG
* pstatstgLocal = &pstatstg)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\GlobalInterfaceTableTests.cs (1)
48
public unsafe HRESULT Stat(
STATSTG
* pstatstg, uint grfStatFlag) => throw new NotImplementedException();