Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IMalloc Interface / Realloc Method

In This Topic
    Realloc Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function Realloc( _
       ByVal pv As System.IntPtr, _
       ByVal cb As System.UInteger _
    ) As System.IntPtr
    System.IntPtr Realloc( 
       System.IntPtr pv,
       System.uint cb
    )

    Parameters

    pv
    cb
    See Also