IStorage.CreateStream Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaração
Sub CreateStream ( _
    pwcsName As String, _
    grfMode As UInteger, _
    reserved1 As UInteger, _
    reserved2 As UInteger, _
    <OutAttribute> ByRef ppstm As IStream _
)
void CreateStream(
    string pwcsName,
    uint grfMode,
    uint reserved1,
    uint reserved2,
    out IStream ppstm
)

Parameters

.NET Framework Security

See Also

Reference

IStorage Interface

Microsoft.VisualStudio.OLE.Interop Namespace