void ClearMem(p, size);
Sets size bytes starting at the address referenced by p to 0.
Name | Type | Description |
---|---|---|
p | UPtr | Pointer to block of memory you want to clear. |
size | size_t | Number of bytes you want to clear. |
Submit feedback on this topic.
Visit ni.com/support for technical support.