ClearMem (LabVIEW Manager Function)

void ClearMem(p, size);

Purpose

Sets size bytes starting at the address referenced by p to 0.

Parameters

Name Type Description
p UPtr Pointer to block of memory you want to clear.
size size_t Number of bytes you want to clear.