Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
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
)
void CreateStream(
    [InAttribute] String^ pwcsName, 
    [InAttribute] unsigned int grfMode, 
    [InAttribute] unsigned int reserved1, 
    [InAttribute] unsigned int reserved2, 
    [OutAttribute] IStream^% ppstm
)
abstract CreateStream : 
        pwcsName:string * 
        grfMode:uint32 * 
        reserved1:uint32 * 
        reserved2:uint32 * 
        ppstm:IStream byref -> unit
function CreateStream(
    pwcsName : String, 
    grfMode : uint, 
    reserved1 : uint, 
    reserved2 : uint, 
    ppstm : IStream
)
Parameters
- pwcsName
 Type: String
- grfMode
 Type: UInt32
- reserved1
 Type: UInt32
- reserved2
 Type: UInt32
- ppstm
 Type: Microsoft.VisualStudio.OLE.Interop.IStream%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.