IMallocSpy.PostGetSize Method

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

Syntax

'宣言
Function PostGetSize ( _
    cbActual As UInteger, _
    fSpyed As Integer _
) As UInteger
'使用
Dim instance As IMallocSpy
Dim cbActual As UInteger
Dim fSpyed As Integer
Dim returnValue As UInteger

returnValue = instance.PostGetSize(cbActual, _
    fSpyed)
uint PostGetSize(
    uint cbActual,
    int fSpyed
)
unsigned int PostGetSize(
    [InAttribute] unsigned int cbActual, 
    [InAttribute] int fSpyed
)
function PostGetSize(
    cbActual : uint, 
    fSpyed : int
) : uint

Parameters

Return Value

Type: System.UInt32

Permissions

See Also

Reference

IMallocSpy Interface

IMallocSpy Members

Microsoft.VisualStudio.OLE.Interop Namespace