Partager via


IMallocSpy.PostDidAlloc Method

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

Syntax

'Déclaration
Function PostDidAlloc ( _
    pRequest As IntPtr, _
    fSpyed As Integer, _
    fActual As Integer _
) As Integer
'Utilisation
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
)
abstract PostDidAlloc : 
        pRequest:IntPtr * 
        fSpyed:int * 
        fActual:int -> int 
function PostDidAlloc(
    pRequest : IntPtr, 
    fSpyed : int, 
    fActual : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IMallocSpy Interface

IMallocSpy Members

Microsoft.VisualStudio.OLE.Interop Namespace