9 references to UnsafeNativeIStream
WindowsBase (9)
Base\MS\Internal\IO\Packaging\CompoundFile\NativeCompoundFileAPIs.cs (5)
312UnsafeNativeCompoundFileMethods.UnsafeNativeIStream stream; 343UnsafeNativeCompoundFileMethods.UnsafeNativeIStream stream; 653internal SafeIStreamImplementation(UnsafeNativeCompoundFileMethods.UnsafeNativeIStream stream) 812UnsafeNativeCompoundFileMethods.UnsafeNativeIStream stream; 826private UnsafeNativeCompoundFileMethods.UnsafeNativeIStream _unsafeStream;
Base\MS\Internal\IO\Packaging\CompoundFile\PrivateUnsafeNativeCompoundFileMethods.cs (4)
282out UnsafeNativeIStream ppstm ); 289out UnsafeNativeIStream ppstm ); 356void CopyTo(UnsafeNativeIStream pstm, long cb, out long pcbRead, out long pcbWritten); 362void Clone(out UnsafeNativeIStream ppstm);