3 instantiations of STATSTG
PresentationCore (1)
Core\CSharp\System\Windows\Media\StreamAsIStream.cs (1)
484System.Runtime.InteropServices.ComTypes.STATSTG statstgOut = new System.Runtime.InteropServices.ComTypes.STATSTG();
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\managedIStream.cs (1)
131streamStats = new System.Runtime.InteropServices.ComTypes.STATSTG();
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\PrivateUnsafeNativeCompoundFileMethods.cs (1)
222System.Runtime.InteropServices.ComTypes.STATSTG returnValue = new System.Runtime.InteropServices.ComTypes.STATSTG();
32 references to STATSTG
mscorlib (1)
system\runtime\interopservices\ComTypes\istream.cs (1)
54void Stat(out STATSTG pstatstg, int grfStatFlag);
PresentationCore (4)
Core\CSharp\System\Windows\Media\StreamAsIStream.cs (4)
41internal delegate int Stat(ref StreamDescriptor pSD, out System.Runtime.InteropServices.ComTypes.STATSTG statstg, uint grfStatFlag); 482public int Stat(out System.Runtime.InteropServices.ComTypes.STATSTG statstg, uint grfStatFlag) 484System.Runtime.InteropServices.ComTypes.STATSTG statstgOut = new System.Runtime.InteropServices.ComTypes.STATSTG(); 679internal static int Stat(ref StreamDescriptor pSD, out System.Runtime.InteropServices.ComTypes.STATSTG statstg, uint grfStatFlag)
PresentationFramework (6)
src\Framework\MS\Internal\Interop\IndexingFilter.cs (1)
735void Stat(out System.Runtime.InteropServices.ComTypes.STATSTG statStructure, int statFlag);
src\Framework\MS\Internal\IO\Packaging\ByteStream.cs (2)
125System.Runtime.InteropServices.ComTypes.STATSTG streamStat; 474void Stat(out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, int grfStatFlag);
src\Framework\MS\Internal\IO\Packaging\managedIStream.cs (1)
129void IStream.Stat(out System.Runtime.InteropServices.ComTypes.STATSTG streamStats, int grfStatFlag)
src\Framework\MS\Internal\IO\Packaging\UnsafeIndexingFilterStream.cs (1)
275System.Runtime.InteropServices.ComTypes.STATSTG statstg;
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1329void Stat(out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, int grfStatFlag);
System.Management (1)
InteropClasses\WMIInterop.cs (1)
119System.Runtime.InteropServices.ComTypes.STATSTG statstg;
WindowsBase (20)
Base\MS\Internal\IO\Packaging\CompoundFile\CFStream.cs (1)
83System.Runtime.InteropServices.ComTypes.STATSTG streamStat;
Base\MS\Internal\IO\Packaging\CompoundFile\InternalSafeNativeCompoundFileInterfaces.cs (3)
109out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, 127void Stat(out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, int grfStatFlag); 275out System.Runtime.InteropServices.ComTypes.STATSTG rgelt, // This should really be array, but we're OK if we stick with one item at a time.
Base\MS\Internal\IO\Packaging\CompoundFile\NativeCompoundFileAPIs.cs (3)
557out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, 801void IStream.Stat(out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, int grfStatFlag) 1257out System.Runtime.InteropServices.ComTypes.STATSTG rgelt, // This should really be array, but we're OK if we stick with one item at a time.
Base\MS\Internal\IO\Packaging\CompoundFile\PrivateUnsafeNativeCompoundFileMethods.cs (6)
210out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, 222System.Runtime.InteropServices.ComTypes.STATSTG returnValue = new System.Runtime.InteropServices.ComTypes.STATSTG(); 265out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, 339out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, 361void Stat(out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, int grfStatFlag); 549out System.Runtime.InteropServices.ComTypes.STATSTG rgelt, // This should really be array, but we're OK if we stick with one item at a time.
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (5)
902internal bool FindStatStgOfName( string streamName, out System.Runtime.InteropServices.ComTypes.STATSTG statStg ) 949System.Runtime.InteropServices.ComTypes.STATSTG dummySTATSTG; 1168System.Runtime.InteropServices.ComTypes.STATSTG GetStat() 1170System.Runtime.InteropServices.ComTypes.STATSTG returnValue; 1362System.Runtime.InteropServices.ComTypes.STATSTG enumElement;
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (1)
499System.Runtime.InteropServices.ComTypes.STATSTG rootSTAT;
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (1)
794System.Runtime.InteropServices.ComTypes.STATSTG mySTATs;