Table of Contents

Method SHCreateStreamOnFileEx

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

SHCreateStreamOnFileEx(string, Stgm, int, bool, IntPtr, out IStream)

public static extern void SHCreateStreamOnFileEx(string file, NativeMethods.Stgm dwMode, int dwAttributes, bool create, IntPtr pTemplate, out IStream openedStream)

Parameters

file string
dwMode NativeMethods.Stgm
dwAttributes int
create bool
pTemplate IntPtr
openedStream IStream