Carbon


BlockMoveDataUncached

Header: MacMemory.h Carbon status: Supported

void BlockMoveDataUncached (
    const void *srcPtr, 
    void *destPtr, 
    Size byteCount
);
DISCUSSION

You should not make any assumptions about the state of the destination memory while BlockMoveDataUncached is executing. In the intermediate state, values may be present that are neither the original nor the final ones.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.5 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)