Carbon


BlockMoveDataUncached

Header: MacMemory.h Carbon status: Supported

void BlockMoveDataUncached (
    const void *srcPtr, 
    void *destPtr, 
    Size byteCount
);
srcPtr
destPtr
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 CarbonLib 1.0 and later when DriverServicesLib 1.0 (or later) or InterfaceLib 8.5 (or later) is installed. Exported by CarbonLib 1.0 and later, DriverServicesLib 1.0 and later, and by InterfaceLib 8.5 and later.


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