1 instantiation of STATSTG
Microsoft.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
201*pstatstg = new STATSTG
38 references to STATSTG
Microsoft.Private.Windows.Core (38)
_generated\141\Windows.Win32.IEnumSTATSTG.g.cs (10)
56 /// <inheritdoc cref="Next(uint, winmdroot.System.Com.STATSTG*, uint*)"/> 57 internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Com.STATSTG> rgelt, out uint pceltFetched) 61 fixed (winmdroot.System.Com.STATSTG* rgeltLocal = rgelt) 69 /// <inheritdoc cref="Next(uint, winmdroot.System.Com.STATSTG*, uint*)"/> 70 internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Com.STATSTG> rgelt) 72 fixed (winmdroot.System.Com.STATSTG* rgeltLocal = rgelt) 90 public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.STATSTG* rgelt, [Optional] uint* pceltFetched) 92 return ((delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.System.Com.STATSTG* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumSTATSTG*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched); 167 internal delegate *unmanaged [Stdcall]<IEnumSTATSTG*,uint ,winmdroot.System.Com.STATSTG* ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 190 unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.STATSTG* rgelt, [Optional] uint* pceltFetched);
_generated\159\Windows.Win32.IStorage.g.cs (7)
453 /// <inheritdoc cref="Stat(winmdroot.System.Com.STATSTG*, uint)"/> 455 internal unsafe winmdroot.Foundation.HRESULT Stat(out winmdroot.System.Com.STATSTG pstatstg, uint grfStatFlag) 457 fixed (winmdroot.System.Com.STATSTG* pstatstgLocal = &pstatstg) 480 public unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.STATSTG* pstatstg, uint grfStatFlag) 482 return ((delegate *unmanaged [Stdcall]<IStorage*,winmdroot.System.Com.STATSTG* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IStorage*)Unsafe.AsPointer(ref this), pstatstg, grfStatFlag); 542 internal delegate *unmanaged [Stdcall]<IStorage*,winmdroot.System.Com.STATSTG* ,uint ,winmdroot.Foundation.HRESULT> Stat_18; 601 unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.STATSTG* pstatstg, uint grfStatFlag);
_generated\160\Windows.Win32.IStream.g.cs (7)
260 /// <inheritdoc cref="Stat(winmdroot.System.Com.STATSTG*, uint)"/> 262 internal unsafe winmdroot.Foundation.HRESULT Stat(out winmdroot.System.Com.STATSTG pstatstg, uint grfStatFlag) 264 fixed (winmdroot.System.Com.STATSTG* pstatstgLocal = &pstatstg) 287 public unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.STATSTG* pstatstg, uint grfStatFlag) 289 return ((delegate *unmanaged [Stdcall]<IStream*,winmdroot.System.Com.STATSTG* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IStream*)Unsafe.AsPointer(ref this), pstatstg, grfStatFlag); 356 internal delegate *unmanaged [Stdcall]<IStream*,winmdroot.System.Com.STATSTG* ,uint ,winmdroot.Foundation.HRESULT> Stat_13; 402 unsafe winmdroot.Foundation.HRESULT Stat(winmdroot.System.Com.STATSTG* pstatstg, uint grfStatFlag);
_generated\243\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\247\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\248\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)