IMallocSpy.PostDidAlloc Method

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

Syntax

'宣言
Function PostDidAlloc ( _
    pRequest As IntPtr, _
    fSpyed As Integer, _
    fActual As Integer _
) As Integer
'使用
Dim instance As IMallocSpy
Dim pRequest As IntPtr
Dim fSpyed As Integer
Dim fActual As Integer
Dim returnValue As Integer

returnValue = instance.PostDidAlloc(pRequest, _
    fSpyed, fActual)
int PostDidAlloc(
    IntPtr pRequest,
    int fSpyed,
    int fActual
)
int PostDidAlloc(
    [InAttribute] IntPtr pRequest, 
    [InAttribute] int fSpyed, 
    [InAttribute] int fActual
)
function PostDidAlloc(
    pRequest : IntPtr, 
    fSpyed : int, 
    fActual : int
) : int

Parameters

Return Value

Type: System.Int32

Permissions

See Also

Reference

IMallocSpy Interface

IMallocSpy Members

Microsoft.VisualStudio.OLE.Interop Namespace