Allocates a handle of the specified type for the specified object.
Namespace: RTX.Runtime.InteropServicesAssembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
Parameters
- size
- Type:
System Int32
The size of the region to allocate
- handleType
- Type: RTX.Runtime.InteropServices RTHandleType
The RTXHandleType
Return Value
Type: RTHandleA new IntervalZero.Runtime.InteropServices.RTXHandle of the specified type. This RTXHandle must be released with IntervalZero.Runtime.InteropServices.RTXHandle.Free() when it is no longer needed.
See Also