CMovW

Copies WORDs from one area to another.

Thread Context:Non-Blocking

Syntax

    void CMovW (
       WORD  *sourceAddress,
       WORD  *destinationAddress,
       LONG   count
       );
    
    

Parameters

sourceAddress
(IN) Points to the starting WORD of the block being copied.
destinationAddress
(IN) Points to the starting WORD where the block is being copied.
count
(IN) Number of WORDs to copy.

Remarks

CMovW copies data from the source area to the destination area.