RTMarshal AllocHLocal Method IntervalZero RTX Managed Code
Allocates local memory from the unmanaged memory of the process.

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

Syntax

public static IntPtr AllocHLocal(
	int size
)

Return Value

Type: OnlineIntPtr
Returns a pointer to the starting address of the allocated bytes.
See Also