Table of Contents

Interface IInitializeWithStream

Namespace
Microsoft.WindowsAPICodePack.Shell.Interop
Assembly
Microsoft.WindowsAPICodePack.Shell.dll

Provides means by which to initialize with a stream.

[ComVisible(true)]
[Guid("b824b49d-22ac-4161-ac8a-9916e8fa3f7f")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IInitializeWithStream

Methods

Initialize(IStream, AccessModes)

Initializes with a stream.

void Initialize(IStream stream, AccessModes fileMode)

Parameters

stream IStream
fileMode AccessModes