CMovB

Copies BYTEs from one area to another.

Thread Context:Non-Blocking

Syntax

    void CMovB (
       BYTE  *sourceAddress,
       BYTE  *destinationAddress,
       LONG   count
    );
    

Parameters

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

Remarks

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