Click or drag to resize

wclHelpersAllocHGlobal Method

Allocates and zeros memory.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public static IntPtr AllocHGlobal(
	int Size
)

Parameters

Size  Int32
Memory size.

Return Value

IntPtr
The IntPtr value for allocated memory or InPtr.Zero in case of out of memory.
See Also