RTMarshal FreeHLocked Method IntervalZero RTX Managed Code
Frees memory previously allocated from the unmanaged memory of the process with IntervalZero.Runtime.InteropServices.RTMarshal.AllocHLocked(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 FreeHLocked(
	IntPtr hlocked
)

Parameters

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