MoveBlock (LabVIEW Manager Function)
- 更新时间2025-07-30
- 阅读时长1分钟
void MoveBlock(ps, pd, size);
Purpose
Moves size bytes from one address to another. The source and destination memory blocks can overlap.
Parameters
| Name | Type | Description |
|---|---|---|
| ps | UPtr | Pointer to source. |
| pd | UPtr | Pointer to destination. |
| size | size_t | Number of bytes you want to move. |