4 references to STATSTG
Microsoft.VisualStudio.Extensibility.Testing.Xunit (4)
Windows.Win32.IStream.g.cs (1)
135 unsafe void Stat(winmdroot.System.Com.STATSTG* pstatstg, [MarshalAs(UnmanagedType.U4)] winmdroot.System.Com.STATFLAG grfStatFlag);
Windows.Win32.System_Com_IStream_Extensions.g.cs (3)
22 /// <inheritdoc cref="winmdroot.System.Com.IStream.Stat(winmdroot.System.Com.STATSTG*, winmdroot.System.Com.STATFLAG)"/> 23 internal static unsafe void Stat(this winmdroot.System.Com.IStream @this, out winmdroot.System.Com.STATSTG pstatstg, winmdroot.System.Com.STATFLAG grfStatFlag) 25 fixed (winmdroot.System.Com.STATSTG* pstatstgLocal = &pstatstg)