Share via


IMallocSpy.PreGetSize Method

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

Syntax

'Declaration
Function PreGetSize ( _
    pRequest As IntPtr, _
    fSpyed As Integer _
) As IntPtr
IntPtr PreGetSize(
    IntPtr pRequest,
    int fSpyed
)
IntPtr PreGetSize(
    [InAttribute] IntPtr pRequest, 
    [InAttribute] int fSpyed
)
abstract PreGetSize : 
        pRequest:IntPtr * 
        fSpyed:int -> IntPtr
function PreGetSize(
    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