Admin Production ni-theme
Current Publication

SwapBlock

LabWindows/CVI

SwapBlock

void SwapBlock (void *memoryBlock1, void *memoryBlock2, size_t numberOfBytes);

Purpose

Swaps the contents of two blocks of memory.

Parameters

Input
Name Type Description
memoryBlock1 void * A pointer to a memory block.
memoryBlock2 void * A pointer to a memory block.
numberOfBytes size_t Pass the size of the memory blocks to be swapped.

Return Value

None.

Additional Information

Library: Programmer's Toolbox

Include file: toolbox\toolbox.h

LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later