Share via


IMalloc.GetSize Method

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

Syntax

'Declaration
Function GetSize ( _
    pv As IntPtr _
) As UInteger
uint GetSize(
    IntPtr pv
)
unsigned int GetSize(
    [InAttribute] IntPtr pv
)
abstract GetSize : 
        pv:IntPtr -> uint32
function GetSize(
    pv : IntPtr
) : uint

Parameters

Return Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

IMalloc Interface

Microsoft.VisualStudio.OLE.Interop Namespace