Share via


IMallocSpy.PostDidAlloc Method

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

Syntax

'Declaration
Function PostDidAlloc ( _
    pRequest As IntPtr, _
    fSpyed As Integer, _
    fActual As Integer _
) As Integer
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

  • pRequest
    Type: IntPtr
  • fSpyed
    Type: Int32
  • fActual
    Type: Int32

Return Value

Type: Int32

.NET Framework Security

See Also

Reference

IMallocSpy Interface

Microsoft.VisualStudio.OLE.Interop Namespace