Dela via


IMallocSpy.PreFree Method

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

Syntax

'Declaration
Function PreFree ( _
    pRequest As IntPtr, _
    fSpyed As Integer _
) As IntPtr
IntPtr PreFree(
    IntPtr pRequest,
    int fSpyed
)
IntPtr PreFree(
    [InAttribute] IntPtr pRequest, 
    [InAttribute] int fSpyed
)
abstract PreFree : 
        pRequest:IntPtr * 
        fSpyed:int -> IntPtr
function PreFree(
    pRequest : IntPtr, 
    fSpyed : int
) : IntPtr

Parameters

  • pRequest
    Type: IntPtr
  • fSpyed
    Type: Int32

Return Value

Type: IntPtr

.NET Framework Security

See Also

Reference

IMallocSpy Interface

Microsoft.VisualStudio.OLE.Interop Namespace