Share via


IMallocSpy.PostGetSize Method

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

Syntax

'Declaration
Function PostGetSize ( _
    cbActual As UInteger, _
    fSpyed As Integer _
) As UInteger
uint PostGetSize(
    uint cbActual,
    int fSpyed
)
unsigned int PostGetSize(
    [InAttribute] unsigned int cbActual, 
    [InAttribute] int fSpyed
)
abstract PostGetSize : 
        cbActual:uint32 * 
        fSpyed:int -> uint32
function PostGetSize(
    cbActual : uint, 
    fSpyed : int
) : uint

Parameters

Return Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

IMallocSpy Interface

Microsoft.VisualStudio.OLE.Interop Namespace