ClearMem (LabVIEW Manager Function)
- Aktualisiert2025-03-14
- 1 Minute(n) Lesezeit
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. |