IMallocSpy.PreFree Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Function PreFree ( _
pRequest As IntPtr, _
fSpyed As Integer _
) As IntPtr
IntPtr PreFree(
IntPtr pRequest,
int fSpyed
)
IntPtr PreFree(
[InAttribute] IntPtr pRequest,
[InAttribute] int fSpyed
)
abstract PreFree :
pRequest:IntPtr *
fSpyed:int -> IntPtr
function PreFree(
pRequest : IntPtr,
fSpyed : int
) : IntPtr
Parameters
- pRequest
Type: IntPtr
- fSpyed
Type: Int32
Return Value
Type: IntPtr
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.