다음을 통해 공유


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
)
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

IMallocSpy Members

Microsoft.VisualStudio.OLE.Interop Namespace