RTMarshal FreeHLocal Method IntervalZero RTX Managed Code
Frees memory previously allocated from the unmanaged memory of the process with IntervalZero.Runtime.InteropServices.RTMarshal.AllocHLocal(System.IntPtr).

Namespace:  RTX.Runtime.InteropServices
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

public static void FreeHLocal(
	IntPtr hlocal
)

Parameters

hlocal
Type: OnlineSystem IntPtr
The handle returned by the original matching call to IntervalZero.Runtime.InteropServices.RTMarshal.AllocHLocal(System.IntPtr).
See Also