IMalloc.DidAlloc Method

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

Syntax

'宣言
Function DidAlloc ( _
    pv As IntPtr _
) As Integer
'使用
Dim instance As IMalloc
Dim pv As IntPtr
Dim returnValue As Integer

returnValue = instance.DidAlloc(pv)
int DidAlloc(
    IntPtr pv
)
int DidAlloc(
    IntPtr pv
)
function DidAlloc(
    pv : IntPtr
) : int

Parameters

Return Value

Type: System.Int32

Permissions

See Also

Reference

IMalloc Interface

IMalloc Members

Microsoft.VisualStudio.OLE.Interop Namespace