IMalloc.Free Method

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

Syntax

'宣言
Sub Free ( _
    pv As IntPtr _
)
'使用
Dim instance As IMalloc
Dim pv As IntPtr

instance.Free(pv)
void Free(
    IntPtr pv
)
void Free(
    [InAttribute] IntPtr pv
)
function Free(
    pv : IntPtr
)

Parameters

Permissions

See Also

Reference

IMalloc Interface

IMalloc Members

Microsoft.VisualStudio.OLE.Interop Namespace