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
'Usage
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
- pRequest
Type: System.IntPtr
- fSpyed
Type: System.Int32
- fActual
Type: System.Int32
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.