1 implementation of IStream
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\NativeCompoundFileAPIs.cs (1)
651
private class SafeIStreamImplementation :
IStream
, IDisposable
31 references to IStream
WindowsBase (31)
Base\MS\Internal\IO\Packaging\CompoundFile\CFStream.cs (2)
313
IStream
underlyingStream,
359
IStream
_safeIStream;
Base\MS\Internal\IO\Packaging\CompoundFile\InternalSafeNativeCompoundFileInterfaces.cs (4)
41
out
IStream
ppstm );
48
out
IStream
ppstm );
122
void CopyTo(
IStream
pstm, long cb, out long pcbRead, out long pcbWritten);
128
void Clone(out
IStream
ppstm);
Base\MS\Internal\IO\Packaging\CompoundFile\NativeCompoundFileAPIs.cs (15)
308
out
IStream
ppstm )
339
out
IStream
ppstm )
686
void
IStream
.Read(Byte[] pv, int cb, out int pcbRead)
698
void
IStream
.Write(Byte[] pv, int cb, out int pcbWritten)
712
void
IStream
.Seek(long dlibMove, int dwOrigin, out long plibNewPosition)
729
void
IStream
.SetSize(long libNewSize)
741
void
IStream
.CopyTo(
IStream
pstm, long cb, out long pcbRead, out long pcbWritten)
755
void
IStream
.Commit(int grfCommitFlags)
762
void
IStream
.Revert()
769
void
IStream
.LockRegion(long libOffset, long cb, int dwLockType)
785
void
IStream
.UnlockRegion(long libOffset, long cb, int dwLockType)
801
void
IStream
.Stat(out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, int grfStatFlag)
808
void
IStream
.Clone(out
IStream
ppstm)
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (10)
49
IStream
s )
66
internal
IStream
safeIStream;
265
IStream
openedIStream = null;
460
IStream
createdSafeIStream = null;
565
IStream
underlyingIStream,
606
IStream
CreateStreamOnParentIStorage(
610
IStream
createdStream = null;
649
IStream
OpenStreamOnParentIStorage(
653
IStream
openedStream = null;
750
IStream
cloneStream = null;