1 instantiation of STATSTG
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
201*pstatstg = new STATSTG
53 references to STATSTG
System.Private.Windows.Core (41)
_generated\142\Windows.Win32.IEnumSTATSTG.g.cs (11)
57 /// <inheritdoc cref="Next(uint, winmdroot.System.Com.STATSTG*, uint*)"/> 58 internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Com.STATSTG> rgelt, out uint pceltFetched) 62 fixed (winmdroot.System.Com.STATSTG* rgeltLocal = rgelt) 70 /// <inheritdoc cref="Next(uint, winmdroot.System.Com.STATSTG*, uint*)"/> 71 internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Com.STATSTG> rgelt) 73 fixed (winmdroot.System.Com.STATSTG* rgeltLocal = rgelt) 83 private static winmdroot.Foundation.HRESULT Next(IEnumSTATSTG* pThis, uint celt, winmdroot.System.Com.STATSTG* rgelt, [Optional] uint* pceltFetched) 111 public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.STATSTG* rgelt, [Optional] uint* pceltFetched) 113 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.System.Com.STATSTG* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumSTATSTG*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched); 248 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.System.Com.STATSTG* ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 284 unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.STATSTG* rgelt, [Optional] uint* pceltFetched);
_generated\160\Windows.Win32.IStorage.g.cs (8)
734 /// <inheritdoc cref="Stat(winmdroot.System.Com.STATSTG*, uint)"/> 736 internal unsafe winmdroot.Foundation.HRESULT Stat(out winmdroot.System.Com.STATSTG pstatstg, uint grfStatFlag) 738 fixed (winmdroot.System.Com.STATSTG* pstatstgLocal = &pstatstg) 748 private static winmdroot.Foundation.HRESULT Stat(IStorage* pThis, winmdroot.System.Com.STATSTG* pstatstg, uint grfStatFlag) 781 public unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.STATSTG* pstatstg, uint grfStatFlag) 783 return ((delegate *unmanaged [Stdcall]<IStorage*,winmdroot.System.Com.STATSTG* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IStorage*)Unsafe.AsPointer(ref this), pstatstg, grfStatFlag); 843 internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.System.Com.STATSTG* ,uint ,winmdroot.Foundation.HRESULT> Stat_18; 926 unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.STATSTG* pstatstg, uint grfStatFlag);
_generated\161\Windows.Win32.IStream.g.cs (8)
441 /// <inheritdoc cref="Stat(winmdroot.System.Com.STATSTG*, uint)"/> 443 internal unsafe winmdroot.Foundation.HRESULT Stat(out winmdroot.System.Com.STATSTG pstatstg, uint grfStatFlag) 445 fixed (winmdroot.System.Com.STATSTG* pstatstgLocal = &pstatstg) 455 private static winmdroot.Foundation.HRESULT Stat(IStream* pThis, winmdroot.System.Com.STATSTG* pstatstg, uint grfStatFlag) 488 public unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.STATSTG* pstatstg, uint grfStatFlag) 490 return ((delegate *unmanaged [Stdcall]<IStream*,winmdroot.System.Com.STATSTG* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IStream*)Unsafe.AsPointer(ref this), pstatstg, grfStatFlag); 577 internal delegate *unmanaged [Stdcall]<IStream*,winmdroot.System.Com.STATSTG* ,uint ,winmdroot.Foundation.HRESULT> Stat_13; 643 unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.STATSTG* pstatstg, uint grfStatFlag);
_generated\244\Windows.Win32.System_Com_IStream_Extensions.g.cs (3)
109 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.Stat(winmdroot.System.Com.STATSTG*, uint)"/> 110 internal static unsafe winmdroot.Foundation.HRESULT Stat(this winmdroot.System.Com.IStream.Interface @this, out winmdroot.System.Com.STATSTG pstatstg, uint grfStatFlag) 112 fixed (winmdroot.System.Com.STATSTG* pstatstgLocal = &pstatstg)
_generated\248\Windows.Win32.System_Com_StructuredStorage_IEnumSTATSTG_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IEnumSTATSTG.Interface.Next(uint, winmdroot.System.Com.STATSTG*, uint*)"/> 25 internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.StructuredStorage.IEnumSTATSTG.Interface @this, Span<winmdroot.System.Com.STATSTG> rgelt, out uint pceltFetched) 29 fixed (winmdroot.System.Com.STATSTG* rgeltLocal = rgelt) 37 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IEnumSTATSTG.Interface.Next(uint, winmdroot.System.Com.STATSTG*, uint*)"/> 38 internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.StructuredStorage.IEnumSTATSTG.Interface @this, Span<winmdroot.System.Com.STATSTG> rgelt) 40 fixed (winmdroot.System.Com.STATSTG* rgeltLocal = rgelt)
_generated\249\Windows.Win32.System_Com_StructuredStorage_IStorage_Extensions.g.cs (3)
153 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.Stat(winmdroot.System.Com.STATSTG*, uint)"/> 154 internal static unsafe winmdroot.Foundation.HRESULT Stat(this winmdroot.System.Com.StructuredStorage.IStorage.Interface @this, out winmdroot.System.Com.STATSTG pstatstg, uint grfStatFlag) 156 fixed (winmdroot.System.Com.STATSTG* pstatstgLocal = &pstatstg)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
494pStream->Stat(out Com.STATSTG sstg, (uint)Com.STATFLAG.STATFLAG_DEFAULT);
Windows\Win32\System\Com\ComManagedStream.cs (1)
194HRESULT IStream.Interface.Stat(STATSTG* pstatstg, uint grfStatFlag)
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.State.cs (1)
273lockBytes.Value->Stat(out STATSTG stat, (uint)STATFLAG.STATFLAG_NONAME);
System.Windows.Forms.Primitives (11)
_generated\181\Windows.Win32.ILockBytes.g.cs (8)
318 /// <inheritdoc cref="Stat(winmdroot.System.Com.STATSTG*, uint)"/> 320 internal unsafe void Stat(out winmdroot.System.Com.STATSTG pstatstg, uint grfStatFlag) 322 fixed (winmdroot.System.Com.STATSTG* pstatstgLocal = &pstatstg) 331 private static winmdroot.Foundation.HRESULT Stat(ILockBytes* pThis, winmdroot.System.Com.STATSTG* pstatstg, uint grfStatFlag) 364 public unsafe void Stat(winmdroot.System.Com.STATSTG* pstatstg, uint grfStatFlag) 366 ((delegate *unmanaged [Stdcall]<ILockBytes*,winmdroot.System.Com.STATSTG* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ILockBytes*)Unsafe.AsPointer(ref this), pstatstg, grfStatFlag).ThrowOnFailure(); 410 internal delegate *unmanaged [Stdcall]<ILockBytes*,winmdroot.System.Com.STATSTG* ,uint ,winmdroot.Foundation.HRESULT> Stat_10; 461 unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.STATSTG* pstatstg, uint grfStatFlag);
_generated\485\Windows.Win32.System_Com_StructuredStorage_ILockBytes_Extensions.g.cs (3)
71 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.ILockBytes.Interface.Stat(winmdroot.System.Com.STATSTG*, uint)"/> 72 internal static unsafe winmdroot.Foundation.HRESULT Stat(this winmdroot.System.Com.StructuredStorage.ILockBytes.Interface @this, out winmdroot.System.Com.STATSTG pstatstg, uint grfStatFlag) 74 fixed (winmdroot.System.Com.STATSTG* pstatstgLocal = &pstatstg)