IMalloc.GetSize Method

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

Syntax

'宣言
Function GetSize ( _
    pv As IntPtr _
) As UInteger
'使用
Dim instance As IMalloc
Dim pv As IntPtr
Dim returnValue As UInteger

returnValue = instance.GetSize(pv)
uint GetSize(
    IntPtr pv
)
unsigned int GetSize(
    [InAttribute] IntPtr pv
)
function GetSize(
    pv : IntPtr
) : uint

Parameters

Return Value

Type: System.UInt32

Permissions

See Also

Reference

IMalloc Interface

IMalloc Members

Microsoft.VisualStudio.OLE.Interop Namespace