ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / ComStreamBase Class / Write Method

In This Topic
    Write Method (ComStreamBase)
    In This Topic
    HRESULT ISequentialStream::Write([In, Buffer] const void* pv,[In] unsigned int cb,[Out, Optional] unsigned int* pcbWritten)
    Syntax
    'Declaration
     
    Public Function Write( _
       ByVal vRef As System.IntPtr, _
       ByVal cb As System.Integer _
    ) As System.Integer
    public System.int Write( 
       System.IntPtr vRef,
       System.int cb
    )

    Parameters

    vRef
    cb
    See Also