Click or drag to resize

wclHelpersZeroHGlobal Method

Zeros the memory allocated by the AllocHGlobal.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public static void ZeroHGlobal(
	IntPtr p,
	int Size
)

Parameters

p  IntPtr
The InPtr returned by the AllocHGlobal method.
Size  Int32
the buffer size in bytes.
See Also