SwapBlock (LabVIEW Manager Function)
- Mise à jour2025-07-30
- Temps de lecture : 1 minute(s)
void SwapBlock(ps, pd, size);
Purpose
Swaps size bytes between the section of memory referred to by ps and pd. The source and destination memory blocks should not 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. |