8 references to IStream
Microsoft.VisualStudio.Extensibility.Testing.Xunit (8)
Windows.Win32.IMoniker.g.cs (2)
30
new void Load(winmdroot.System.Com.
IStream
pStm);
32
new void Save(winmdroot.System.Com.
IStream
pStm, winmdroot.Foundation.BOOL fClearDirty);
Windows.Win32.IPersistStream.g.cs (2)
47
void Load(winmdroot.System.Com.
IStream
pStm);
61
void Save(winmdroot.System.Com.
IStream
pStm, winmdroot.Foundation.BOOL fClearDirty);
Windows.Win32.IStream.g.cs (2)
70
unsafe void CopyTo(winmdroot.System.Com.
IStream
pstm, ulong cb, [Optional] ulong* pcbRead, [Optional] ulong* pcbWritten);
149
void Clone(out winmdroot.System.Com.
IStream
ppstm);
Windows.Win32.System_Com_IStream_Extensions.g.cs (2)
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)