Share via


IMalloc.DidAlloc Method

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

Syntax

'Declaration
Function DidAlloc ( _
    pv As IntPtr _
) As Integer
int DidAlloc(
    IntPtr pv
)
int DidAlloc(
    IntPtr pv
)
abstract DidAlloc : 
        pv:IntPtr -> int
function DidAlloc(
    pv : IntPtr
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IMalloc Interface

Microsoft.VisualStudio.OLE.Interop Namespace