2 implementations of Stat
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
191HRESULT IStream.Interface.Stat(STATSTG* pstatstg, uint grfStatFlag)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\GlobalInterfaceTableTests.cs (1)
48public unsafe HRESULT Stat(STATSTG* pstatstg, uint grfStatFlag) => throw new NotImplementedException();
3 references to Stat
System.Private.Windows.Core (3)
Windows.Win32.IStream.g.cs (1)
376 return __object.Stat(pstatstg, grfStatFlag);
Windows.Win32.System_Com_IStream_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.Stat(winmdroot.System.Com.STATSTG*, uint)"/> 28 winmdroot.Foundation.HRESULT __result = @this.Stat(pstatstgLocal, grfStatFlag);