CMovD

Copies LONGs from one area to another.

Thread Context:Non-Blocking

Syntax

    void CMovD (
       LONG  *sourceAddress, 
       LONG  *destinationAddress,
       LONG   count
       );
    
    

Parameters

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

Remarks

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