ClearMem (LabVIEW Manager Function)
- 업데이트 날짜:2025-07-30
- 1분 (읽기 시간)
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. |